[][src]Type Definition ductile::Result

type Result<T> = Result<T, Error>;

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