Macro indep::indep_reqs_async [] [src]

macro_rules! indep_reqs_async {
    ($imp:ty, [$($tra:ident: [$($id:ident),+]),+]) => { ... };
    ($imp:ty, []) => { ... };
}