Struct source_span::fmt::Formatted [−][src]
pub struct Formatted(_);
Expand description
Formatted text.
This is the result of the Formatter::render function.
It implements Display and can hence be printted with a simple printf!.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Formattedimpl UnwindSafe for Formatted