pub type DatabaseError = WaeError;Expand description
数据库错误类型
Aliased Type§
pub struct DatabaseError {
pub kind: Box<WaeErrorKind>,
}Fields§
§kind: Box<WaeErrorKind>错误类型
pub type DatabaseError = WaeError;数据库错误类型
pub struct DatabaseError {
pub kind: Box<WaeErrorKind>,
}kind: Box<WaeErrorKind>错误类型