macro_rules! dict_get { { $self:ident, $key:expr, $type:ident } => { ... }; }
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.