macro_rules! schema { ($vis:vis $id:ident) => { ... }; }
Define a type that implements Schema.
Schema
ctxmap::schema!(S1); ctxmap::schema!(pub S2);