[][src]Macro lhlist::Labels

macro_rules! Labels {
    () => { ... };
    ($label:ty) => { ... };
    ($label:ty, $($rest:tt)*) => { ... };
}

Macro for creating type signature for a LCons label-only cons-list.

This type signature can be useful for specifying a list of labels for methods and functions that require them.