Type Definition scotch::Result

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

Convenience wrapper around std::result::Result which bears the Scotch error type.

See Error for notes on error handling.