pub trait CodegenObject: Copy + PartialEq + Debug { }

Implementors