pub trait ExDeref { type ExternalTraitSpecificationFor: Deref; type Target: ?Sized; // Required method exec fn deref(&self) -> &Self::Target; }