Trait metron_core::fmt::Symbol[][src]

pub trait Symbol<L> {
    fn fmt(f: &mut Formatter<'_>) -> Result;
}

Required methods

Implementors