Skip to main content

WitnessExt

Trait WitnessExt 

Source
pub trait WitnessExt: Sized {
    // Provided method
    fn witness(self) -> Witnessing<Self> { ... }
}
Expand description

Extension trait for starting a witnessing pipeline.

Provided Methods§

Source

fn witness(self) -> Witnessing<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> WitnessExt for T