pub trait Harness {
type Body;
const NAME: &'static str;
}Expand description
A transcript representation. Implemented by Common and by each harness
marker. The marker is a zero-size type; the representation is its Body.
Required Associated Constants§
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".