macro_rules! askama_context_type {
( $_context_type : ty ) => { ... };
( { type : $_context_type : ty $( , $( $_ : tt )+ )* } ) => { ... };
}
macro_rules! askama_context_type {
( $_context_type : ty ) => { ... };
( { type : $_context_type : ty $( , $( $_ : tt )+ )* } ) => { ... };
}