[][src]Macro argmin::prelude::trait_bound

macro_rules! trait_bound {
    ( $ name : ident ; $ head : path $ ( , $ tail : path ) * ) => { ... };
}

Reuse a list of trait bounds by giving it a name, e.g. trait_bound!(CopyAndDefault; Copy, Default);