Trait FlrHandler

Source
pub trait FlrHandler:
    Send
    + Sync
    + Inspect {
    // Required method
    fn initiate_flr(&self);
}
Expand description

Callback interface for handling Function Level Reset (FLR) events.

Required Methods§

Source

fn initiate_flr(&self)

Called when Function Level Reset is initiated.

Implementors§