Trait ariadne::Fmt[][src]

pub trait Fmt: Sized {
    fn fg(self, color: Option<Color>) -> Colored<Self> { ... }
}

Provided methods

Implementors