Type Definition runestick::Result[][src]

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

Exported result type for convenience.