Function oas3::from_reader

source ·
pub fn from_reader<R>(read: R) -> Result<OpenApiV3Spec, Error>
where R: Read,
Expand description

Try deserializing an OpenAPI spec (YAML or JSON) from a Read type.