Skip to main content

delegate_dispatch2

Macro delegate_dispatch2 

Source
macro_rules! delegate_dispatch2 {
    ($(@<$( $lt:tt $( : $clt:tt $(+ $dlt:tt )* )? ),+>)? $ty: ty) => { ... };
}