Macro unique_types

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

unique_types collects all unique, non-primitive types contained by the given single type. It can be used with any type that implements the Schema trait, and returns a &'static [&'static NamedType].