Trait sophon_wasm::interpreter::UserError [] [src]

pub trait UserError: 'static + Display + Debug { }

Custom user error.

Methods

impl UserError
[src]

[src]

Attempt to downcast this UserError to a concrete type by reference.

[src]

Attempt to downcast this UserError to a concrete type by mutable reference.

Implementors