macro_rules! schema {
    ($vis:vis $id:ident) => { ... };
}
Expand description

Define a type that implements Schema.

Example

ctxmap::schema!(S1);
ctxmap::schema!(pub S2);