snap::Result [] [src]

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

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