Skip to main content

IndexTypeLike

Trait IndexTypeLike 

Source
pub trait IndexTypeLike: Copy + 'static {
    // Required method
    fn index_type() -> IndexType;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IndexTypeLike for i32

Source§

impl IndexTypeLike for i64

Source§

impl IndexTypeLike for u16

Implementors§