pub type SchemaResult<T> = Result<T, SchemaError>;Expand description
Result type for schema operations.
Aliased Type§
pub enum SchemaResult<T> {
Ok(T),
Err(SchemaError),
}pub type SchemaResult<T> = Result<T, SchemaError>;Result type for schema operations.
pub enum SchemaResult<T> {
Ok(T),
Err(SchemaError),
}