Type Definition runestick::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

Exported result type for convenience.