pub trait ToArray: Sizedwhere RefOr<Schema>: From<Self>,{ // Provided method fn to_array(self) -> Array { ... } }
Trait for converting a type to Array.
Array
Convert a type to Array.