macro_rules! dict_has { { $self:ident, $key:expr, $type:ident } => { ... }; }
A macro for determining if Dict has a type for the key
Private API, use the Dict specialized functions