pub struct Browser { /* private fields */ }
Expand description
Implementation of Formatter
for browsers.
Routes all output to a pre
on the page currently. Eventually this probably
wants to be a pretty table with colors and folding and whatnot.
Implementations§
Auto Trait Implementations§
impl Freeze for Browser
impl RefUnwindSafe for Browser
impl !Send for Browser
impl !Sync for Browser
impl Unpin for Browser
impl UnwindSafe for Browser
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