fmt_debug_view

Function fmt_debug_view 

Source
pub fn fmt_debug_view<T>(root: &T, formatter: &mut Formatter<'_>) -> Result
Available on crate feature util only.
Expand description

Formats a debug view of an entire configuration hierarchy.

ยงArguments

  • root - The ConfigurationRoot to format
  • formatter - The formatter used to output the configuration