Module dyn_eq

Module dyn_eq 

Source
Expand description

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

Traitsยง

DynCloneDraw
A trait that allows for cloning a trait object.
DynPartialEqDraw
A trait that allows for dynamic equality testing of trait objects.