aoc2022/src/lib.rs
2022-12-01 12:10:44 +00:00

2 lines
62 B
Rust

pub type StdError<T> = Result<T, Box<dyn std::error::Error>>;