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