calloop
0.13.0
Cancellable
Idle
Required Methods
cancel
Implementations on Foreign Types
Option<F>
Implementors
In calloop::
sources
calloop
::
sources
Trait
CancellableIdle
Copy item path
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
§