Skip to main content

ScopedIdent

Type Alias ScopedIdent 

Source
pub type ScopedIdent = Vec<String>;
Expand description

A namespace-qualified identifier, stored as individual segments. geometry::Point["geometry", "Point"]

Aliased Type§

pub struct ScopedIdent { /* private fields */ }