Skip to main content

notify_register

Function notify_register 

Source
pub fn notify_register<T: Send + Sync + 'static>(
    handler: &'static NotifyHandler<T>,
) -> Result<()>
Expand description

Register a typed-context transition notification handler.

ยงErrors

Returns Error::NoMemory if the notifier table is full.