pub trait WitnessExt: Sized {
// Provided method
fn witness(self) -> Witnessing<Self> { ... }
}Expand description
Extension trait for starting a witnessing pipeline.
Provided Methods§
fn witness(self) -> Witnessing<Self>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".