order

Macro order 

Source
macro_rules! order {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($num:expr) => { ... };
}