Make Row a wrapper type
This commit is contained in:
parent
bfb5042896
commit
f7a6cc2549
4 changed files with 91 additions and 33 deletions
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue