[][src]Type Definition wither::Result

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

A Result type alias using WitherError instances as the error variant.