[][src]Type Definition oars::OarsResult

type OarsResult<T> = Result<T, OarsError>;

A generic type for anything that can return an OarsError.

This type is meant for anything that isn't an orthogonal array constructor.