Cancellable
Idle
calloop
0.13.0
Cancellable
Idle
Required Methods
cancel
Implementations on Foreign Types
Option<F>
Implementors
In calloop::
sources
Modules
channel
generic
ping
timer
transient
Structs
AdditionalLifecycleEventsSet
Dispatcher
DispatcherInner
Idle
Enums
PostAction
Traits
CancellableIdle
ErasedDispatcher
EventDispatcher
EventSource
IdleDispatcher
calloop
::
sources
Trait
CancellableIdle
Copy item path
Settings
Help
Summary
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
§