Type Alias PoolResult
pub type PoolResult<T> = Result<T, PoolError>;
Expand description
Transaction pool result type.
Aliased Type§
enum PoolResult<T> {
Ok(T),
Err(PoolError),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.