openvet_common
0.1.0
Key
Required Associated Types
Key
Required Methods
key
Implementors
In openvet_common::keyed
Trait
openvet_common
::
keyed
::
Key
Copy item path
source
·
[
−
]
pub trait Key { type
Key
:
Eq
+
Ord
+
Hash
; // Required method fn
key
(&self) -> Self::
Key
; }
Required Associated Types
§
source
type
Key
:
Eq
+
Ord
+
Hash
Required Methods
§
source
fn
key
(&self) -> Self::
Key
Implementors
§