pub trait DepEventArgs: Convenient {
    fn handled(&self) -> bool;
}

Required Methods

Implementors