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