pub trait TopoIndexPositionT<IdN>where Self::IdI: PrimInt,{ type IdI; // Required method fn index(&self) -> Self::IdI; }