commit 1a09eed077919f3cdef6d1faef60f0f88678c912 parent 095f5b71970a72690edcfa12c815812e9e9ef8d8 Author: William Casarin <jb55@jb55.com> Date: Wed, 7 Feb 2024 16:47:26 -0800 query: derive Debug for QueryResult Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | src/query.rs | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/query.rs b/src/query.rs @@ -1,5 +1,6 @@ use crate::{bindings, Note, Transaction}; +#[derive(Debug)] pub struct QueryResult<'a> { pub note: Note<'a>, pub note_size: u64,