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