Home
last modified time | relevance | path

Searched defs:Supertraits (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/async-trait/src/
Dbound.rs6 pub type Supertraits = Punctuated<TypeParamBound, Token![+]>; typedef
13 pub fn has_bound(supertraits: &Supertraits, bound: &InferredBound) -> bool { in has_bound()