Struct wasm_bindgen_backend::Diagnostic[][src]

pub struct Diagnostic { /* fields omitted */ }

Methods

impl Diagnostic
[src]

Trait Implementations

impl Debug for Diagnostic
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Diagnostic
[src]

Performs the conversion.

impl ToTokens for Diagnostic
[src]

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

Auto Trait Implementations

impl !Send for Diagnostic

impl !Sync for Diagnostic