async fn get_from_state_store(
state_store: &impl StateStoreGet,
key: TableKey<Bytes>,
read_options: ReadOptions,
) -> StorageResult<Option<Bytes>>
async fn get_from_state_store(
state_store: &impl StateStoreGet,
key: TableKey<Bytes>,
read_options: ReadOptions,
) -> StorageResult<Option<Bytes>>