SchemaError

Type Alias SchemaError 

Source
pub type SchemaError = Error<SchemaErrorKind>;

Aliased Type§

pub struct SchemaError {
    pub kind: SchemaErrorKind,
    /* private fields */
}

Fields§

§kind: SchemaErrorKind