[][src]Type Definition oars::oa::OAResult

type OAResult<T> = Result<OA<T>, OarsError>;

A result type for orthogonal array construction.

This Result type is specifically meant for OA constructors, which return some type of an OA<T> and a possible OAConstructionError.