[−][src]Struct wasm_bindgen_test::__rt::browser::Browser
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
impl Browser[src]
pub fn new() -> Browser[src]
Creates a new instance of Browser, assuming that its APIs will work
(requires Node::new() to have return None first).
Auto Trait Implementations
impl RefUnwindSafe for Browser[src]
impl !Send for Browser[src]
impl !Sync for Browser[src]
impl Unpin for Browser[src]
impl UnwindSafe for Browser[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,