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