Home
last modified time | relevance | path

Searched refs:lifetime_without_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()
15 let arbitrary_method = gen_arbitrary_method(&input, lifetime_without_bounds.clone()); in derive_arbitrary()
19 let generics = add_trait_bounds(input.generics, lifetime_without_bounds.clone()); in derive_arbitrary()
32 …impl #impl_generics arbitrary::Arbitrary<#lifetime_without_bounds> for #name #ty_generics #where_c… in derive_arbitrary()
43 let lifetime_without_bounds = in build_arbitrary_lifetime() localVariable
45 let mut lifetime_with_bounds = lifetime_without_bounds.clone(); in build_arbitrary_lifetime()
55 (lifetime_without_bounds, lifetime_with_bounds) in build_arbitrary_lifetime()