pub trait CodegenObject: Copy + PartialEq + Debug { }

Object Safety§

This trait is not object safe.

Implementors§