utoipa::openapi::schema

Trait ToArray

Source
pub trait ToArray
where RefOr<Schema>: From<Self>, Self: Sized,
{ // Provided method fn to_array(self) -> Array { ... } }
Expand description

This convenience trait allows quick way to wrap any RefOr<Schema> with Array schema.

Provided Methods§

Source

fn to_array(self) -> Array

Wrap this RefOr<Schema> with Array.

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§