fedimint_
core
0.5.0-alpha
Database
KeyPrefix
Required Methods
to_bytes
Implementors
In fedimint_
core::
db
fedimint_core
::
db
Trait
DatabaseKeyPrefix
Copy item path
Source
pub trait DatabaseKeyPrefix:
Debug
{ // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl<T>
DatabaseKeyPrefix
for T
where T:
DatabaseLookup
+
Encodable
+
Debug
,