chipset::pm

Type Alias PowerActionFn

Source
pub type PowerActionFn = Box<dyn FnMut(PowerAction) + Send + Sync>;
Expand description

Callback invoked whenever a power action is requested

Aliased Typeยง

struct PowerActionFn(/* private fields */);