Skip to main content

SingleVersionSet

Trait SingleVersionSet 

Source
pub trait SingleVersionSet: SingleVersionCommit {
    // Provided method
    fn set(&mut self, key: &EncodedKey, row: EncodedRow) -> Result<()> { ... }
}
Expand description

Trait for setting values in single-version storage.

Provided Methods§

Source

fn set(&mut self, key: &EncodedKey, row: EncodedRow) -> Result<()>

Set a value for a key.

Implementors§