Trait commodore::Responder [] [src]

pub trait Responder: Sync + Send {
    fn respond(&self, response: Response);
}

Deferred response interface

Required Methods

Calling respond should update the channel or reply to the user that issued the original command

Implementors