pub trait BorrowMetadata { type Metadata: ?Sized + Sync + 'static; // Required method fn borrow_metadata(&self) -> &Self::Metadata; }