pub trait TransmuteRefDst<'a> { type Dst: ?Sized; // Required method fn transmute_ref(self) -> &'a Self::Dst; }