Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dmethods.rs108 pub struct ParamSelf { struct
115 pub struct TraitParamSelf { argument
232 impl ParamSelf { implementation
Dlowering.rs1266 ) -> Result<(ParamSelf, ParamLifetimeLowerer<'ast>), ()> { in lower_self_param()