Macro dict_get
Source macro_rules! dict_get {
{ $self:ident, $key:expr, $type:ident } => { ... };
}
Expand description
A macro for retrieving a type from a Dict by a key
This is a private API, consider using the Dict specialized functions for
getting the values.