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