Trait generic_json::Key[][src]

pub trait Key<M>: Eq + Hash + Deref<Target = str> {
    fn metadata(&self) -> &M;
}
Expand description

JSON object key.

Required methods

Implementations on Foreign Types

Implementors