Docs.rs
atcoder-auto-tester-0.9.2
atcoder-auto-tester 0.9.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
arkark
Dependencies
clap ^2.33
normal
colored ^1.9
normal
inotify ^0.8
normal
itertools ^0.8
normal
regex ^1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
toml ^0.5
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
atcoder_
auto_
tester
0.9.2
Error
Handleable
Required Methods
handle_error
Implementations on Foreign Types
Result<T, E>
Implementors
In atcoder_
auto_
tester::
error
atcoder_auto_tester
::
error
Trait
ErrorHandleable
Copy item path
Source
pub trait ErrorHandleable<T> { // Required method fn
handle_error
(self, msg: &
str
) -> T; }
Required Methods
§
Source
fn
handle_error
(self, msg: &
str
) -> T
Implementations on Foreign Types
§
Source
§
impl<T, E:
Error
>
ErrorHandleable
<T> for
Result
<T, E>
Source
§
fn
handle_error
(self, msg: &
str
) -> T
Implementors
§