pub type UpdateResult<T> = Result<T, UpdateError>;Expand description
自动更新结果类型
Aliased Type§
pub enum UpdateResult<T> {
Ok(T),
Err(UpdateError),
}pub type UpdateResult<T> = Result<T, UpdateError>;自动更新结果类型
pub enum UpdateResult<T> {
Ok(T),
Err(UpdateError),
}