Struct nzsc_single_player::io::Output [] [src]

pub struct Output {
    pub question: Option<Question>,
    pub notifications: Vec<Notification>,
}

A Question and some Notifications.

Fields

If the game is over (and therefore no user input is required), question will be None.

Trait Implementations

Auto Trait Implementations

impl Send for Output

impl Sync for Output