Skip to main content

leftmost_name

Function leftmost_name 

Source
pub fn leftmost_name<'a>(expr: &'a Expression<'a>) -> Option<&'a Name<'a>>
Expand description

The leftmost Name of an expression chain — the anchor for line resolution.