viperid/src/lib.rs

2 lines
48 B
Rust

pub type VResult<T> = Result<T, anyhow::Error>;