Struct wasm_timer::SetDefaultError [−][src]
pub struct SetDefaultError(_);
Expand description
Error returned from TimerHandle::set_fallback
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetDefaultError
impl Send for SetDefaultError
impl Sync for SetDefaultError
impl Unpin for SetDefaultError
impl UnwindSafe for SetDefaultError
Blanket Implementations
Mutably borrows from an owned value. Read more