macro_rules! always_impl {
($i:ident) => { ... };
($i:ident, $t:ty) => { ... };
}Expand description
Automatically implements Tool for an object without templates implementing AlwaysTool.
macro_rules! always_impl {
($i:ident) => { ... };
($i:ident, $t:ty) => { ... };
}Automatically implements Tool for an object without templates implementing AlwaysTool.