Struct ckb_notify::NotifyController [−][src]
pub struct NotifyController { /* fields omitted */ }Expand description
TODO(doc): @quake
Implementations
TODO(doc): @quake
TODO(doc): @quake
pub fn subscribe_new_transaction<S: ToString>(
&self,
name: S
) -> Receiver<PoolTransactionEntry>
pub fn subscribe_new_transaction<S: ToString>(
&self,
name: S
) -> Receiver<PoolTransactionEntry>
TODO(doc): @quake
TODO(doc): @quake
pub fn subscribe_proposed_transaction<S: ToString>(
&self,
name: S
) -> Receiver<PoolTransactionEntry>
pub fn subscribe_proposed_transaction<S: ToString>(
&self,
name: S
) -> Receiver<PoolTransactionEntry>
TODO(doc): @quake
TODO(doc): @quake
pub fn subscribe_reject_transaction<S: ToString>(
&self,
name: S
) -> Receiver<(PoolTransactionEntry, Reject)>
pub fn subscribe_reject_transaction<S: ToString>(
&self,
name: S
) -> Receiver<(PoolTransactionEntry, Reject)>
TODO(doc): @quake
TODO(doc): @quake
TODO(doc): @quake
TODO(doc): @quake
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for NotifyController
impl Send for NotifyController
impl Sync for NotifyController
impl Unpin for NotifyController
impl !UnwindSafe for NotifyController
Blanket Implementations
Mutably borrows from an owned value. Read more