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