Trait ErrorHandleable
atcoder_auto_tester::error
pub trait ErrorHandleable<T> { fn handle_error(self, msg: &str) -> T; }
fn handle_error(self, msg: &str) -> T
impl<T, E: Error> ErrorHandleable<T> for Result<T, E>