macro_rules! schema_unnamed { ($($t:expr),*) => { ... }; }
Expand description
schema_unnamed
builds a Schema
with the given types, but without names.
macro_rules! schema_unnamed { ($($t:expr),*) => { ... }; }
schema_unnamed
builds a Schema
with the given types, but without names.