macro_rules! impl_algorithm_markers {
($algorithm:ty: $($trait:path),+ $(,)?) => { ... };
}Expand description
Macro for implementing multiple marker traits at once
macro_rules! impl_algorithm_markers {
($algorithm:ty: $($trait:path),+ $(,)?) => { ... };
}Macro for implementing multiple marker traits at once