pub type TableOperationResult<T> = Result<T, TableOperationError>;Expand description
Result type for table operations
Aliased Type§
pub enum TableOperationResult<T> {
Ok(T),
Err(TableOperationError),
}pub type TableOperationResult<T> = Result<T, TableOperationError>;Result type for table operations
pub enum TableOperationResult<T> {
Ok(T),
Err(TableOperationError),
}