pub struct ErasedPrinter {
pub output: String,
/* private fields */
}Expand description
Prints an erased expression to a structured string format.
Fields§
§output: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErasedPrinter
impl RefUnwindSafe for ErasedPrinter
impl Send for ErasedPrinter
impl Sync for ErasedPrinter
impl Unpin for ErasedPrinter
impl UnsafeUnpin for ErasedPrinter
impl UnwindSafe for ErasedPrinter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more