pub trait AsBorrowedDescriptor { // Required method fn as_borrowed_descriptor(&self) -> &OwnedDescriptor; }