fdf

Trait ShutdownObserverFn

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

Implementors§

Source§

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