pub fn resolve_return_unrecognized<T>(
    input: Config
) -> Result<(T, Vec<UnrecognizedKey>), ConfigResolveError> where
    T: Resolvable
Expand description

Deserialize and build overall configuration, reporting unrecognized keys in the return value