Type Definition dipstick::error::Result [] [src]

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

The result type for dipstick operations that may fail.