Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jun 27, 2024
1 parent 61dc98a commit 1696c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grovedb/src/query_result_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pub enum QueryResultType {
}

/// Query result elements
#[derive(Debug, Clone)]
pub struct QueryResultElements {
/// Elements
pub elements: Vec<QueryResultElement>,
Expand Down Expand Up @@ -275,6 +276,7 @@ impl Default for QueryResultElements {
}

/// Query result element
#[derive(Debug, Clone)]
pub enum QueryResultElement {
/// Element result item
ElementResultItem(Element),
Expand Down

0 comments on commit 1696c2e

Please sign in to comment.