pub trait SingleVersionRemove: SingleVersionCommit {
// Provided method
fn remove(&mut self, key: &EncodedKey) -> Result<()> { ... }
}Provided Methods§
fn remove(&mut self, key: &EncodedKey) -> Result<()>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".