Type Alias mini_server::SoftEventHandler

source ยท
pub type SoftEventHandler = fn();
Expand description

The SoftEventHandler type is a function type that defines the signature for handling soft events, typically without specific request or response parameters.