Skip to main content

SecurityEventHandler

Trait SecurityEventHandler 

Source
pub trait SecurityEventHandler: Send + Sync {
    // Required method
    fn handle(&self, event: &SecurityEvent);
}
Expand description

Trait for handling security events.

Required Methods§

Source

fn handle(&self, event: &SecurityEvent)

Handle a security event.

Implementors§