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