Struct mg::BlockingInputDialog [] [src]

pub struct BlockingInputDialog { /* fields omitted */ }

Blocking input dialog responder. This is used to send the message to a channel when the user answers the dialog.

Methods

impl BlockingInputDialog
[src]

[src]

Create a new blocking input dialog responder. The answer will be sent to the receiver.

Trait Implementations

impl Responder for BlockingInputDialog
[src]

[src]

Send the answer back. It can be to a widget or a channel. Read more