Macro Scheme

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

A convenience macro for constructing a Scheme with static contents.