Skip to main content

JsonSchema

Trait JsonSchema 

Source
pub trait JsonSchema: JsonSchema { }
Expand description

Trait for types with JSON Schema support

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> JsonSchema for T
where T: JsonSchema,

Blanket implementation for all schemars::JsonSchema types