pub type NamesRef<'a> = HashMap<Name, &'a Schema>;
Represents Schema lookup within a schema
struct NamesRef<'a> { /* private fields */ }