macro_rules! var_map {
($V:ty) => { ... };
($V:ty, $H:ty) => { ... };
}Expand description
Expands to VarMap<<V as CollectionMeta>::SelfId [, H]>.
macro_rules! var_map {
($V:ty) => { ... };
($V:ty, $H:ty) => { ... };
}Expands to VarMap<<V as CollectionMeta>::SelfId [, H]>.