Trait Index

Source
pub trait Index: Sealed { }

Implementations on Foreign Types§

Source§

impl Index for str

Source§

impl Index for usize

Source§

impl Index for String

Source§

impl<'a, T> Index for &'a T
where T: ?Sized + Index,

Implementors§