pub trait JsonSchemaMaybe { }Expand description
Trait to support derivation of JsonSchema for schema generation.
Implementors§
impl<T> JsonSchemaMaybe for T
Available on non-crate feature
schema only.pub trait JsonSchemaMaybe { }Trait to support derivation of JsonSchema for schema generation.
schema only.