pub trait InnerToSchema {
// Required method
fn inner_schemas(out: &mut Vec<(String, RefOr<Schema>)>);
}Expand description
Contributes schemas referenced by an extractor’s inner payload into the OpenAPI document’s component registry.
See the module-level docs for the motivation.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.