Type Definition afire::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Easy way to use a Result<T, crate::Error>