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