pub type Result<T> = Result<T, TestxError>;Expand description
Convenience type alias for testx results.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(TestxError),
}pub type Result<T> = Result<T, TestxError>;Convenience type alias for testx results.
pub enum Result<T> {
Ok(T),
Err(TestxError),
}