Trait milf::value::Index[][src]

pub trait Index: Sealed { }

Types that can be used to index a milf::Value

Currently this is implemented for usize to index arrays and str to index tables.

This trait is sealed and not intended for implementation outside of the milf crate.

Implementations on Foreign Types

impl Index for usize[src]

impl Index for str[src]

impl Index for String[src]

impl<'s, T: ?Sized> Index for &'s T where
    T: Index
[src]

Loading content...

Implementors

Loading content...