DynNotify

Type Alias DynNotify 

Source
pub type DynNotify<N> = Arc<dyn Notify<N>>;

Aliased Typeยง

pub struct DynNotify<N> { /* private fields */ }