Trait mz_txn_wal::txn_read::UnblockRead
source · pub(crate) trait UnblockRead<T>: Debug + Send {
// Required method
fn unblock_read<'async_trait>(
self: Box<Self>,
snapshot: DataSnapshot<T>,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait;
}