Struct libp2p::wasm_ext::JsErr [−][src]
pub struct JsErr(_);
Expand description
Error that can be generated by the ExtTransport.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JsErrimpl UnwindSafe for JsErrBlanket Implementations
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)Converts a reference to Self into a dynamic trait object of Fail.
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V