pub trait C3Object { // Required method fn as_class(&self) -> C3Class; }
A trait for objects that can be used in the C3 algorithm.
Convert the object to a class.