Skip to main content

PollableTrait

Trait PollableTrait 

Source
pub trait PollableTrait: Send {
    // Required method
    fn poll(&mut self);
}

Required Methods§

Source

fn poll(&mut self)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§