[][src]Type Definition runestick::Result

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

Exported result type for convenience.