[][src]Type Definition elefren::errors::Result

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

Convience type over std::result::Result with Error as the error type.