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