Trait persy::IndexType

source ·
pub trait IndexType: IndexTypeWrap + Clone { }

Object Safety§

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§