Module dyn_eq_compute

Module dyn_eq_compute 

Source
Expand description

This module provides a workaround for dynamic equality testing of trait objects of the ComputeCommand trait.

Traitsยง

DynCloneCompute
A trait that allows for cloning a trait object.
DynPartialEqCompute
A trait that allows for dynamic equality testing of trait objects.