redb
2.1.4
MultimapTableHandle
Required Methods
name
Implementors
In crate redb
Trait
redb
::
MultimapTableHandle
Copy item path
source
·
[
−
]
pub trait MultimapTableHandle: Sealed { // Required method fn
name
(&self) -> &
str
; }
Required Methods
§
source
fn
name
(&self) -> &
str
Implementors
§
source
§
impl
MultimapTableHandle
for
UntypedMultimapTableHandle
source
§
impl<'a, K:
Key
+ 'static, V:
Key
+ 'static>
MultimapTableHandle
for
MultimapTableDefinition
<'a, K, V>
source
§
impl<K:
Key
+ 'static, V:
Key
+ 'static>
MultimapTableHandle
for
MultimapTable
<'_, K, V>