risingwave_
storage
2.2.0-alpha
Iter
Item
Required Associated Types
ItemRef
Object Safety
Implementors
In risingwave_
storage::
store
risingwave_storage
::
store
Trait
IterItem
Copy item path
source
pub trait IterItem:
Send
+ 'static { type
ItemRef
<'a>:
Send
+
Copy
+ 'a; }
Required Associated Types
§
source
type
ItemRef
<'a>:
Send
+
Copy
+ 'a
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
IterItem
for
StateStoreKeyedRow
source
§
type
ItemRef
<'a> = (
FullKey
<&'a [
u8
]>, &'a [
u8
])
source
§
impl
IterItem
for
StateStoreReadLogItem
source
§
type
ItemRef
<'a> = (
TableKey
<&'a [
u8
]>,
ChangeLogValue
<&'a [
u8
]>)