Trait nakamoto_p2p::protocol::channel::SetTimeout[][src]

pub trait SetTimeout {
    fn set_timeout(&self, timeout: LocalDuration) -> &Self;
}

The ability to set timeouts.

Required methods

fn set_timeout(&self, timeout: LocalDuration) -> &Self[src]

Set a timeout. Returns the unique timeout identifier.

Loading content...

Implementors

impl SetTimeout for Channel[src]

Loading content...