[][src]Type Definition moe::Result

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

A convenience type to wrap Error.