pub trait JsoncIndex<T>: Sized {
    type Indexer: JsoncIndexer<Self, T>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for &str

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for usize

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for Range<usize>

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for RangeFrom<usize>

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for RangeFull

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for RangeInclusive<usize>

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for RangeTo<usize>

source§

impl<I, F> JsoncIndex<JsoncValue<I, F>> for RangeToInclusive<usize>

Implementors§