pub type SchemaError = Error<SchemaErrorKind>;Aliased Type§
pub struct SchemaError {
pub kind: SchemaErrorKind,
/* private fields */
}Fields§
§kind: SchemaErrorKindpub type SchemaError = Error<SchemaErrorKind>;pub struct SchemaError {
pub kind: SchemaErrorKind,
/* private fields */
}kind: SchemaErrorKind