Trait json_syntax::print::PrintWithSize
source · [−]pub trait PrintWithSize {
fn fmt_with_size(
&self,
f: &mut Formatter<'_>,
options: &Options,
indent: usize,
sizes: &[Size],
index: &mut usize
) -> Result;
}