pub type ScopeRef = ScopeRef<ScopeId>;
Aliased Type§
pub struct ScopeRef {
pub strs: Vec<String>,
pub id: ScopeId,
}
Fields§
§strs: Vec<String>
§id: ScopeId
Backend specific numeric ID. Performance optimization.
Trait Implementations§
Source§impl ScopeRefExt for ScopeRef
impl ScopeRefExt for ScopeRef
Source§fn from_hierarchy_string(s: &str) -> Self
fn from_hierarchy_string(s: &str) -> Self
Creates a ScopeRef from a string with each scope separated by .