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