Type Definition anterofit::Result [] [src]

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

The result type for this crate; used frequently in public APIs.

Recommended to be used as anterofit::Result to avoid confusing shadowing of std::result::Result.