Trait runtime_loop::PollableTrait [] [src]

pub trait PollableTrait: Send {
    fn poll(&mut self);
}

Required Methods

Implementors