JsonSchemaMaybe

Trait JsonSchemaMaybe 

Source
pub trait JsonSchemaMaybe { }
Expand description

Trait to support derivation of JsonSchema for schema generation.

Implementors§

Source§

impl<T> JsonSchemaMaybe for T

Available on non-crate feature schema only.