pub type Result<T> = Result<T, Error>;
A convenient type alias for Result<T, snap::Error>.
Result<T, snap::Error>