syn
syn copied to clipboard
Parse function delegation syntax
trafficstars
RFC: https://github.com/rust-lang/rfcs/pull/3530 Tracking issue: https://github.com/rust-lang/rust/issues/118212
impl Trait for S {
reuse to_reuse::foo { self }
reuse Trait::bar { Box::new(self.0) }
reuse <F as Trait>::baz;
}