ToOpenApi

Trait ToOpenApi 

Source
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§

Source

fn apply(map: YamlMap) -> Output<Self>

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.

Implementors§