pub fn resolve_return_results<T>(
input: ConfigurationTree,
) -> Result<ResolutionResults<T>, ConfigResolveError>where
T: Resolvable,
Expand description
Deserialize and build overall configuration, reporting unrecognized keys in the return value