taskr/src/result.rs

2 lines
44 B
Rust
Raw Normal View History

2024-04-18 12:14:21 -05:00
pub type Result<T> = color_eyre::Result<T>;