Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs313 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus() method
657 elem: Box::new(input.call(Type::without_plus)?), in parse()
670 elem: Box::new(input.call(Type::without_plus)?), in parse()
717 output: input.call(ReturnType::without_plus)?, in parse()
793 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus() method
828 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus() method
892 pub fn without_plus(input: ParseStream) -> Result<Self> { in without_plus() method
H A Dscan_expr.rs249 Type::without_plus(input)?; in scan_expr()
H A Dpath.rs504 output: input.call(ReturnType::without_plus)?, in parse()