Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§