Trait nakamoto_p2p::protocol::spvmgr::Events[][src]

pub trait Events {
    fn event(&self, event: Event);
}

The ability to emit SPV related events.

Required methods

fn event(&self, event: Event)[src]

Emit an SPV-related event.

Loading content...

Implementors

impl Events for Channel[src]

Loading content...