clementine_core::config::env

Function read_string_from_env_then_parse

Source
pub(crate) fn read_string_from_env_then_parse<T: FromStr>(
    env_var: &'static str,
) -> Result<T, BridgeError>
where <T as FromStr>::Err: Debug,