pub trait AbstractError: Sized { fn new<T: Display>(msg: T) -> Self; }
The error type for a schema.
Creates a new error type.