Macro bluejay_validator::chain_types

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