Function parse_settings

Source
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.