fdf
0.0.1
Shutdown
Observer
Fn
Implementors
In crate fdf
fdf
Trait
ShutdownObserverFn
Copy item path
Source
pub trait ShutdownObserverFn:
Fn
(
DispatcherRef
<'_>) +
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T>
ShutdownObserverFn
for T
where T:
Fn
(
DispatcherRef
<'_>) +
Send
+
Sync
+ 'static,