Macro aegir::ctx_type

source ·
macro_rules! ctx_type {
    ($name:ident { $($buf_name:ident: $buf_ident:ident),+ }) => { ... };
}
Expand description

Helper macro for defining simple, auto-magical Context types.