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