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§
Sourcefn initiate_flr(&self)
fn initiate_flr(&self)
Called when Function Level Reset is initiated.