Type Definition axiom_rs::error::Result

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

A Result alias where the Err case is axiom::Error.