Skip to main content

try_extract

Function try_extract 

Source
pub fn try_extract<T: DeserializeOwned>(
    figment: &Figment,
) -> Result<T, ConfigError>
Expand description

Same as extract, explicit name for boolean-heavy call sites.