Macro cheque::let_checked [] [src]

macro_rules! let_checked {
    ($($ident:ident),*) => { ... };
    ($($ident:ident,)*) => { ... };
}