Searched refs:bare_fn (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/syn/src/ | ||
H A D | ty.rs | 465 let mut bare_fn: TypeBareFn = input.parse()?; variables 466 bare_fn.lifetimes = lifetimes; 467 Ok(Type::BareFn(bare_fn)) |
Completed in 2 milliseconds