pub trait JsonSchemaMaybe { }
Expand description

Trait to support derivation of JsonSchema for schema generation.

Implementors§

§

impl<T> JsonSchemaMaybe for T