Trait xylem::VecSchemaExt[][src]

pub trait VecSchemaExt: Schema { }
Expand description

Implement this trait for a schema type to support standard Vec conversion.

This allows Vec<T> to be converted from Vec<T::From>, applying the conversion for T elementwise. The argument is passed as-is for each element.

Implementors