Skip to main content

impl_dispatch_manager

Macro impl_dispatch_manager 

Source
macro_rules! impl_dispatch_manager {
    ($handler:ty => [$($iface:ty),*]) => { ... };
    ($handler:ty) => { ... };
}