Macro ferrite_session::HList
source · [−]macro_rules! HList {
( $(,)? ) => { ... };
( $e:ty ) => { ... };
( $e:ty, $($tail:tt)* ) => { ... };
}
macro_rules! HList {
( $(,)? ) => { ... };
( $e:ty ) => { ... };
( $e:ty, $($tail:tt)* ) => { ... };
}