Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs572 let bounds = TypeTraitObject::parse_bounds(dyn_span, input, allow_plus)?; in ambig_ty()
840 let bounds = Self::parse_bounds(dyn_span, input, allow_plus)?; in parse()
844 fn parse_bounds( in parse_bounds() method