fn env_parse_optional<T: FromStr>( name: &'static str, ) -> Result<Option<T>, BridgeError>where <T as FromStr>::Err: Debug,