[][src]Trait atcoder_auto_tester::error::ErrorHandleable

pub trait ErrorHandleable<T> {
    fn handle_error(self, msg: &str) -> T;
}

Required methods

fn handle_error(self, msg: &str) -> T

Loading content...

Implementations on Foreign Types

impl<T, E: Error> ErrorHandleable<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...