[][src]Trait ijson::ValueIndex

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...