Skip to main content

IndexLike

Trait IndexLike 

Source
pub trait IndexLike:
    Copy
    + PartialEq
    + Eq
    + PartialOrd
    + Ord
    + Hash
    + From<usize>
    + Into<usize> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§