OutputSpec

Trait OutputSpec 

Source
pub trait OutputSpec {
    type ChildOutputDesc;
}
Expand description

Specifies how test output is represented.

Two implementations exist:

Required Associated Types§

Source

type ChildOutputDesc

The type used to describe child output.

Implementors§