Trait hazardflow_designs::std::combinators::zip_any::ZipAnyVrExt
source · pub trait ZipAnyVrExt: Interface {
type E: Interface;
// Required method
fn zip_any_vr(self) -> Self::E;
}
Expand description
Extension trait for zip_any_vr
.
Required Associated Types§
Required Methods§
sourcefn zip_any_vr(self) -> Self::E
fn zip_any_vr(self) -> Self::E
Zip-any valid-ready.
Object Safety§
This trait is not object safe.