Skip to main content

resolve_bind_name

Function resolve_bind_name 

Source
pub fn resolve_bind_name(bind: &Binding) -> &str
Expand description

Resolve qualified bindings: Foo.barbar.

Semantically returns a CodeElementName, but since it borrows a substring of the input binding, the return type remains &str.