pub type Result<T> = Result<T, Error>;
Convenience wrapper around std::result::Result which bears the Scotch error type.
std::result::Result
See Error for notes on error handling.
Error