Skip to main content

SingleVersionSet

Trait SingleVersionSet 

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

Trait for setting values in single-version storage.

Provided Methods§

Source

fn set(&mut self, key: &EncodedKey, values: EncodedValues) -> Result<()>

Set a value for a key.

Implementors§