Type Alias xrust::qname::QHash

source ·
pub type QHash<T> = HashMap<QualifiedName, T>;

Aliased Type§

struct QHash<T> { /* private fields */ }