constant

Macro constant 

Source
macro_rules! constant {
    ($( $method:ident () -> $ret:expr ; )*) => { ... };
}