always_impl

Macro always_impl 

Source
macro_rules! always_impl {
    ($i:ident) => { ... };
    ($i:ident, $t:ty) => { ... };
}
Expand description

Automatically implements Tool for an object without templates implementing AlwaysTool.