Type Definition sofiza::error::Result

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

The more concise Result type used by this library.