aoc2022/src/lib.rs

2 lines
62 B
Rust

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