improve tracing instruments on database::map
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
6c66391988
commit
62d560e2fb
15 changed files with 15 additions and 38 deletions
|
@ -8,7 +8,6 @@ use crate::{keyval, keyval::KeyVal, stream};
|
|||
///
|
||||
/// - Result is deserialized
|
||||
#[implement(super::Map)]
|
||||
#[tracing::instrument(skip(self), fields(%self), level = "trace")]
|
||||
pub fn rev_stream<'a, K, V>(&'a self) -> impl Stream<Item = Result<KeyVal<'_, K, V>>> + Send
|
||||
where
|
||||
K: Deserialize<'a> + Send,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue