pub trait ObjectReferenceExt { // Required method fn try_to_object_ref(&self) -> Result<ObjectRef, Error>; }