Macro otopr::seal[][src]

macro_rules! seal {
    ($(for $(< $($id : ident $(: $bound : path) ?), + $(,) ? >) ? $ty : ty), +
 $(,) ?) => { ... };
}