podal/src/prelude.rs

3 lines
79 B
Rust

use crate::errors::Error;
pub type Result<T> = std::result::Result<T, Error>;