Trait debris_llir::debris_object::ValidPayload  
source · pub trait ValidPayload: Debug + Display + HasClass + 'static {
    // Required methods
    fn as_any(&self) -> &dyn Any;
    fn eq(&self, other: &ObjectRef) -> bool;
    fn into_object(self, ctx: &TypeContext) -> ObjectRef;
    fn get_static_class(&self, ctx: &TypeContext) -> ClassRef;
}