Trait salvo_oapi::schema::ToArray
source · pub trait ToArraywhere
RefOr<Schema>: From<Self>,
Self: Sized,{
// Provided method
fn to_array(self) -> Array { ... }
}Expand description
Trait for converting a type to Array.