Home
last modified time | relevance | path

Searched refs:lifetime_with_bounds (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/derive_arbitrary/src/
Dlib.rs12 let (lifetime_without_bounds, lifetime_with_bounds) = in derive_arbitrary()
25 .push(GenericParam::Lifetime(lifetime_with_bounds)); in derive_arbitrary()
45 let mut lifetime_with_bounds = lifetime_without_bounds.clone(); in build_arbitrary_lifetime() localVariable
49 lifetime_with_bounds in build_arbitrary_lifetime()
55 (lifetime_without_bounds, lifetime_with_bounds) in build_arbitrary_lifetime()