pub trait DocumentKeyType {
    fn key_type() -> KeyType { ... }
}
Expand description

Field key type inference

Provided Methods

Get type of field key by field type

Implementations on Foreign Types

Implementors