Skip to main content

RuntimeWaker

Trait RuntimeWaker 

Source
pub trait RuntimeWaker:
    'static
    + Send
    + Sync {
    // Required method
    fn wake(&self);
}

Required Methods§

Source

fn wake(&self)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§