Macro schema_unnamed

Source
macro_rules! schema_unnamed {
    ($($t:expr),*) => { ... };
}
Expand description

schema_unnamed builds a Schema with the given types, but without names.