Trait rustc_resolve::ToNameBinding
source · pub(crate) trait ToNameBinding<'a> {
// Required method
fn to_name_binding(
self,
arenas: &'a ResolverArenas<'a>
) -> Interned<'a, NameBindingData<'a>>;
}
pub(crate) trait ToNameBinding<'a> {
// Required method
fn to_name_binding(
self,
arenas: &'a ResolverArenas<'a>
) -> Interned<'a, NameBindingData<'a>>;
}