Trait tikv::storage::txn::commands::WriteCommand [−][src]
Commands that need to modify the database during execution will implement this trait.
Required methods
fn process_write(
self,
snapshot: S,
context: WriteContext<'_, L>
) -> Result<WriteResult>
[src]
self,
snapshot: S,
context: WriteContext<'_, L>
) -> Result<WriteResult>