Home
last modified time | relevance | path

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

/external/rust/crates/async-trait/src/
Dreceiver.rs81 pub struct ReplaceSelf(pub Span); struct
83 impl ReplaceSelf { implementation
105 visitor: &mut ReplaceSelf, in visit_token_stream()
130 impl VisitMut for ReplaceSelf { implementation