satellit-ansage/src/util.rs
2023-04-16 05:09:19 +02:00

2 lines
73 B
Rust

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