calloop::sources

Trait CancellableIdle

Source
pub(crate) trait CancellableIdle {
    // Required method
    fn cancel(&mut self);
}

Required Methods§

Source

fn cancel(&mut self)

Implementations on Foreign Types§

Source§

impl<F> CancellableIdle for Option<F>

Source§

fn cancel(&mut self)

Implementors§