Struct persy::IteratorItem [] [src]

pub struct IteratorItem {
    pub id: PersyId,
    pub content: Vec<u8>,
}

Snapshot of a record from the segment iterator

Fields

Identifier of the record can be used for do update or delete.

Content of the record

Trait Implementations

Auto Trait Implementations

impl Send for IteratorItem

impl Sync for IteratorItem