Trait fdf::ShutdownObserverFn

source ·
pub trait ShutdownObserverFn: Fn(DispatcherRef<'_>) + Send + Sync + 'static { }

Implementors§

source§

impl<T> ShutdownObserverFn for T
where T: Fn(DispatcherRef<'_>) + Send + Sync + 'static,