Function config::util::fmt_debug_view

source ·
pub fn fmt_debug_view<T>(root: &T, formatter: &mut Formatter<'_>) -> Result
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