Type Alias chipset::pm::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 */);