Trait xylem::AbstractError[][src]

pub trait AbstractError: Sized {
    fn new<T: Display>(msg: T) -> Self;
}
Expand description

The error type for a schema.

Required methods

Creates a new error type.

Implementations on Foreign Types

Implementors