Make Row a wrapper type

This commit is contained in:
Yuriy Dupyn 2023-12-29 07:24:46 +01:00
parent bfb5042896
commit f7a6cc2549
4 changed files with 91 additions and 33 deletions

View file

@ -68,7 +68,7 @@ impl State {
// the client, but the details of communication are hidden behind an interface
//
// writer: impl SqlResponseConsumer
pub fn interpret(&mut self, operation: Operation) -> DbResult<Response> {
pub fn interpret(&mut self, operation: Operation) -> DbResult<Response> {
// TODO: lock stuff
use Operation::*;