Struct rustc::middle::ty::TraitDef[src]
pub struct TraitDef {
pub generics: Generics,
pub bounds: BuiltinBounds,
pub trait_ref: Rc<TraitRef>,
}As Polytype but for a trait ref.
Fields
generics | |
bounds | |
trait_ref |
pub struct TraitDef {
pub generics: Generics,
pub bounds: BuiltinBounds,
pub trait_ref: Rc<TraitRef>,
}As Polytype but for a trait ref.
generics | |
bounds | |
trait_ref |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).