clementine_core::config::env

Function read_string_from_env

Source
pub(crate) fn read_string_from_env(
    env_var: &'static str,
) -> Result<String, BridgeError>