[][src]Struct wasm_pack::command::test::Test

pub struct Test { /* fields omitted */ }

A configured wasm-pack test command.

Methods

impl Test
[src]

pub fn try_from_opts(test_opts: TestOptions) -> Result<Self, Error>
[src]

Construct a test command from the given options.

pub fn set_cache(&mut self, cache: Cache)
[src]

Configures the cache that this test command uses

pub fn run(self) -> Result<(), Error>
[src]

Execute this test command.

Auto Trait Implementations

impl Send for Test

impl Sync for Test

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

πŸ”¬ This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

πŸ”¬ This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T