[][src]Type Definition etebase::error::Result

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

A short-hand version of a std::result::Result that always returns an Etebase Error.