macro_rules! op_wrapper {
(unit $name:ident for $from:ty) => { ... };
(last $name:ident for $elem:ty) => { ... };
}Expand description
Create a wrapper that converts any Op
macro_rules! op_wrapper {
(unit $name:ident for $from:ty) => { ... };
(last $name:ident for $elem:ty) => { ... };
}Create a wrapper that converts any Op