Struct abra::document::Document [] [src]

pub struct Document {
    pub key: String,
    pub fields: BTreeMap<String, Vec<Token>>,
}

Fields

Trait Implementations

impl Debug for Document
[src]

Formats the value using the given formatter.