Skip to main content

dict_has

Macro dict_has 

Source
macro_rules! dict_has {
    { $self:ident, $key:expr, $type:ident } => { ... };
}
Expand description

A macro for determining if Dict has a type for the key

Private API, use the Dict specialized functions