macro_rules! impl_expr { ($type:ty) => { ... }; ($type:ty, $method:path) => { ... }; }
Implementation trait Expr for type able to be casted to u64
Expr