Lines Matching defs:BoundLifetimes
402 pub struct BoundLifetimes {
410 impl Default for BoundLifetimes {
412 BoundLifetimes {
463 pub lifetimes: Option<BoundLifetimes>,
523 pub lifetimes: Option<BoundLifetimes>,
667 impl Parse for BoundLifetimes {
669 Ok(BoundLifetimes {
696 impl Parse for Option<BoundLifetimes> {
811 let lifetimes: Option<BoundLifetimes> = input.parse()?;
1122 impl ToTokens for BoundLifetimes {