pub trait KeyValueDbTraitMultiReader: KeyValueDbTraitRead { }
Expand description
The difference between this trait and KeyValueDbTraitRead is that, the type which implements KeyValueDbTraitRead may use lock to serialize the reads, which is not necessarily a multi reader.