macro_rules! impl_handler {
($handler_type:ty) => { ... };
}
Expand description
Macro to automatically implement the standard handler pattern
macro_rules! impl_handler {
($handler_type:ty) => { ... };
}
Macro to automatically implement the standard handler pattern