Struct wasm_bindgen_cli_support::Error [] [src]

pub struct Error(_);

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl<E: Error> From<E> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error