2 lines
62 B
Rust
2 lines
62 B
Rust
pub type StdError<T> = Result<T, Box<dyn std::error::Error>>;
|
pub type StdError<T> = Result<T, Box<dyn std::error::Error>>;
|