Macro impl_context_options

Source
macro_rules! impl_context_options {
    ($name:tt $($alias:literal $field:tt: $typ:ty),+) => { ... };
}