[][src]Struct wasm_bindgen_test::__rt::browser::Browser

pub struct Browser { /* fields omitted */ }

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.

Methods

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 !Send for Browser

impl !Sync for Browser

impl Unpin for Browser

impl RefUnwindSafe for Browser

impl UnwindSafe for Browser

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]