mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
derive Debug trait for limbo step result
This commit is contained in:
@@ -494,7 +494,7 @@ impl Statement {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum StepResult<'a> {
|
||||
Row(Row<'a>),
|
||||
IO,
|
||||
@@ -503,7 +503,7 @@ pub enum StepResult<'a> {
|
||||
Busy,
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct Row<'a> {
|
||||
pub values: Vec<Value<'a>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user