Trait ijson::ValueIndex[][src]

pub trait ValueIndex: Sealed + Copy { }

Trait which abstracts over the various number and string types which can be used to index into an IValue.

Implementations on Foreign Types

impl ValueIndex for usize[src]

impl ValueIndex for &str[src]

impl<T: ValueIndex> ValueIndex for &T[src]

Loading content...

Implementors

impl ValueIndex for &IString[src]

Loading content...