BlockstoreWriteOpsSubscribable

Trait BlockstoreWriteOpsSubscribable 

Source
pub trait BlockstoreWriteOpsSubscribable {
    // Required methods
    fn subscribe_write_ops(&self) -> Receiver<(Cid, Vec<u8>)>;
    fn unsubscribe_write_ops(&self);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: BlockstoreWriteOpsSubscribable> BlockstoreWriteOpsSubscribable for Arc<T>

Implementors§