Function config::util::fmt_debug_view
source · pub fn fmt_debug_view<T>(root: &T, formatter: &mut Formatter<'_>) -> Resultwhere
T: ConfigurationRoot,Expand description
Formats a debug view of an entire configuration hierarchy.
§Arguments
root- TheConfigurationRootto formatformatter- The formatter used to output the configuration