chain_types

Macro chain_types 

Source
macro_rules! chain_types {
    ( $first:ty, $( $rest:ty ),+ $(,)? ) => { ... };
    ( $t:ty ) => { ... };
}