macro_rules! hlist {
() => { ... };
($head:expr $(, $tail:expr)*) => { ... };
}
Expand description
Convenient way to define heterogenous List
macro_rules! hlist {
() => { ... };
($head:expr $(, $tail:expr)*) => { ... };
}
Convenient way to define heterogenous List