Trait IndexType

Source
pub trait IndexType: IndexTypeWrap + Clone { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IndexType for f32

Source§

impl IndexType for f64

Source§

impl IndexType for i8

Source§

impl IndexType for i16

Source§

impl IndexType for i32

Source§

impl IndexType for i64

Source§

impl IndexType for i128

Source§

impl IndexType for u8

Source§

impl IndexType for u16

Source§

impl IndexType for u32

Source§

impl IndexType for u64

Source§

impl IndexType for u128

Source§

impl IndexType for String

Implementors§