Struct nemo::Defer [] [src]

pub struct Defer<P: Protocol, I> { /* fields omitted */ }

Handlers must return Defer to indicate to the Session how to proceed in the future. Defer can be obtained by calling .defer() on the channel, or by calling .close() when the session is End.

Methods

impl<P: Protocol, I> Defer<P, I>
[src]