pub trait ToOpenApi: Sized {
// Required method
fn apply(map: YamlMap) -> Output<Self>;
}
Expand description
convert YamlMap to a type defined in this crate.
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.