Struct fraction::display::Format [−][src]
pub struct Format { /* fields omitted */ }Expand description
Same as fmt::Formatter, but allowing to change flags so we can reuse it in recursive format implementations
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Format
impl UnwindSafe for Format
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self