Skip to content

Commit

Permalink
query: derive Debug for QueryResult
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 8, 2024
1 parent 095f5b7 commit 1a09eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::{bindings, Note, Transaction};

#[derive(Debug)]
pub struct QueryResult<'a> {
pub note: Note<'a>,
pub note_size: u64,
Expand Down

0 comments on commit 1a09eed

Please sign in to comment.