logo
pub trait NotifyContext: Debug {
    fn id(&self) -> u64;
}
Expand description

Defines NotifyContext identity

Required Methods

Retrieve context identity

Implementations on Foreign Types

Implementors