macro_rules! build_typ {
    (bool) => { ... };
    (int) => { ... };
    (rat) => { ... };
}
Expand description

Builds a type.