macro_rules! impl_expr {
    ($type:ty) => { ... };
    ($type:ty, $method:path) => { ... };
}
Expand description

Implementation trait Expr for type able to be casted to u64