Trait xylem::BoxSchemaExt[][src]

pub trait BoxSchemaExt: Schema { }
Expand description

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

This allows Box<T> to be converted from Box<T::From>, basically making the Box wrapper transparent. The argument type is passed as-is.

Implementors