risingwave_storage::store

Trait IterItem

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§