2 lines
54 B
Rust
2 lines
54 B
Rust
pub type Result<T, E = Error> = anyhow::Result<T, E>;
|
pub type Result<T, E = Error> = anyhow::Result<T, E>;
|