Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/type-alias-impl-trait/
Dissue-94429.rs10 struct Implementor {} struct
12 impl Runnable for Implementor { implementation
/third_party/rust/rust/tests/ui/impl-trait/issues/
Dissue-83919.rs14 struct Implementor; struct
16 impl Foo for Implementor { implementation
/third_party/rust/rust/src/librustdoc/html/render/
Dwrite_shared.rs386 struct Implementor { in write_shared() struct
387 text: String, in write_shared()
388 synthetic: bool, in write_shared()
389 types: Vec<String>, in write_shared()
392 impl Serialize for Implementor { in write_shared() implementation
/third_party/rust/rust/tests/rustdoc/inline_cross/auxiliary/
Dassoc_item_trait_bounds.rs54 pub struct Implementor; struct
56 impl Implementee for Implementor { implementation