Type Definition ductile::Result

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

Wrapper to std::result::Result defaulting the error type.