Struct source_span::fmt::Formatted [−][src]
pub struct Formatted(_);
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 Formatted
impl RefUnwindSafe for Formatted
impl UnwindSafe for Formatted
impl UnwindSafe for Formatted