Macro konst_macro_rules::res_map[][src]

macro_rules! res_map {
    ($res : expr, | $param : pat | $expr : expr $(,) ?) => { ... };
    ($opt : expr, | $($anything : tt) *) => { ... };
    ($res : expr, $function : expr $(,) ?) => { ... };
}