macro_rules! tools {
($($tool:ty),* $(,)?) => { ... };
}Expand description
Convenience macro for building a Vec<Tool> from one or more tool types.
macro_rules! tools {
($($tool:ty),* $(,)?) => { ... };
}Convenience macro for building a Vec<Tool> from one or more tool types.