use crate::;
/// Type of index which is used to index many elements of the heterogenous list.
///
/// This trait is sealed and cannot be implemented outside of this crate.
/// It is implemented only for heterogenous lists where all the elements implement [`Index`] trait.