pub fn parse_settings<T: DeserializeOwned>(
options: Options,
) -> Result<T, SettingsError>Expand description
Parse settings using the given options.
Refer to the Options struct for more information on how to customize parsing.
pub fn parse_settings<T: DeserializeOwned>(
options: Options,
) -> Result<T, SettingsError>Parse settings using the given options.
Refer to the Options struct for more information on how to customize parsing.