Macro merge_unique_types

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

merge_unique_types collects all unique, non-primitive types contained by the given comma separated types. It can be used with any types that implement the Schema trait, and returns a &'static [&'static NamedType].