pub trait UnrollingOp:
Op
+ MaterializableOp
+ OneResultInterface {
// Provided method
fn verify(_op: &dyn Op, _ctx: &Context) -> Result<()>
where Self: Sized { ... }
}Provided Methods§
Trait Implementations§
impl OpInterfaceMarker for dyn UnrollingOp
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".