Trait rustc_resolve::ToNameBinding[][src]

pub trait ToNameBinding<'a> {
    fn to_name_binding(
        self,
        arenas: &'a ResolverArenas<'a>
    ) -> &'a NameBinding<'a>; }

Required methods

Implementations on Foreign Types

Implementors