[][src]Macro typsy::HList

macro_rules! HList {
    () => { ... };
    (, @$last:ty) => { ... };
    ($first:ty $(, $rest:ty)* $(, @$last:ty)? $(,)?) => { ... };
}