Type Definition ssstar_testing::Result
source · pub type Result<T> = Result<T>;Expand description
Test code that reports errors can just cheat and use eyre
pub type Result<T> = Result<T>;Test code that reports errors can just cheat and use eyre