Trait ledb_types::Document

source ·
pub trait Document {
    fn primary_field() -> Identifier { ... }
    fn key_fields() -> KeyFields { ... }
}
Expand description

Identified document representation

Provided Methods

Get the name of primary field

Get other key fields (indexes)

Implementations on Foreign Types

Implementors