Struct rustdoc::html::render::ImplementorExperimental
[-]
[+]
[src]
pub struct Implementor { pub def_id: DefId, pub generics: Generics, pub trait_: Type, pub for_: Type, pub stability: Option<Stability>, }
Metadata about an implementor of a trait.
Fields
def_id | |
generics | |
trait_ | |
for_ | |
stability |