[][src]Trait nom_tracable::FragmentDisplay

pub trait FragmentDisplay {
    fn display(&self, width: usize) -> String;
}

Trait to indicate the type can display as fragment.

Required methods

fn display(&self, width: usize) -> String

Loading content...

Implementations on Foreign Types

impl<'_> FragmentDisplay for &'_ [u8][src]

impl<'_> FragmentDisplay for &'_ str[src]

Loading content...

Implementors

Loading content...