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