macro_rules! impl_dispatch_device {
($handler:ty, $udata:ty, $code:expr => [$(($iface:ty, $opcode:path, $offer:ty)),*]) => { ... };
($handler:ty, $udata:ty, $code:expr) => { ... };
}macro_rules! impl_dispatch_device {
($handler:ty, $udata:ty, $code:expr => [$(($iface:ty, $opcode:path, $offer:ty)),*]) => { ... };
($handler:ty, $udata:ty, $code:expr) => { ... };
}