macro_rules! forward_host_clock_types {
(@ => $fwd:ty) => { ... };
(($($ty:ident)*) => $fwd:ty) => { ... };
(($($ty:ident),*) => $fwd:ty) => { ... };
($ty:ident => $fwd:ty) => { ... };
}macro_rules! forward_host_clock_types {
(@ => $fwd:ty) => { ... };
(($($ty:ident)*) => $fwd:ty) => { ... };
(($($ty:ident),*) => $fwd:ty) => { ... };
($ty:ident => $fwd:ty) => { ... };
}