pub trait NestedDisplay {
    fn fmt_nest(&self, f: &mut Formatter<'_>, level: usize) -> Result;
}

Required Methods

Implementors