Macro get_optional_key_as

Source
macro_rules! get_optional_key_as {
    ($as_type:ident, $key:expr, $event:ident) => { ... };
}