Trait fast_fmt::Fmt [] [src]

pub trait Fmt<S = Display> {
    fn fmt<W: Write>(
        &self,
        writer: &mut W,
        strategy: &S
    ) -> Result<(), W::Error>; fn size_hint(&self, strategy: &S) -> usize; }

Required Methods

Implementors