Type Definition aletheia::Result

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

A wrapper around Rust’s core::result::Result<T, E> which defaults to aletheia’s own Error type.