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; }

Required Methods§

Implementors§