Trait json_with_comments::value::index::JsoncIndex
source · pub trait JsoncIndex<T>: Sized {
type Indexer: JsoncIndexer<Self, T>;
}
Required Associated Types§
type Indexer: JsoncIndexer<Self, T>
Object Safety§
This trait is not object safe.