macro_rules! impl_dispatch_offer {
($handler:ty, $code:expr => [$($iface:ty),*]) => { ... };
($handler:ty, $code:expr) => { ... };
($handler:ty) => { ... };
}macro_rules! impl_dispatch_offer {
($handler:ty, $code:expr => [$($iface:ty),*]) => { ... };
($handler:ty, $code:expr) => { ... };
($handler:ty) => { ... };
}