pub trait ShutdownObserverFn:
FnOnce(DispatcherRef<'_>)
+ Send
+ 'static { }
Expand description
A marker trait for a function type that can be used as a shutdown observer for Dispatcher
.
pub trait ShutdownObserverFn:
FnOnce(DispatcherRef<'_>)
+ Send
+ 'static { }
A marker trait for a function type that can be used as a shutdown observer for Dispatcher
.