pub trait ExIndex<Idx>where Idx: ?Sized,{ type Output: ?Sized; type ExternalTraitSpecificationFor: Index<Idx>; }