Derive or impl fmt::Debug on several structs.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -9,10 +9,12 @@ use tokio::sync::OwnedMutexGuard as Omg;
|
||||
use crate::{Result, err};
|
||||
|
||||
/// Map of Mutexes
|
||||
#[derive(Debug)]
|
||||
pub struct MutexMap<Key, Val> {
|
||||
map: Map<Key, Val>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Guard<Key, Val> {
|
||||
map: Map<Key, Val>,
|
||||
val: Omg<Val>,
|
||||
|
||||
Reference in New Issue
Block a user