[][src]Macro wirefilter::Scheme

macro_rules! Scheme {
    ($($ns:ident $(. $field:ident)*: $ty:ident),* $(,)*) => { ... };
}

A convenience macro for constructing a Scheme with static contents.