Enum iota::Input [] [src]

pub enum Input {
    Filename(Option<String>),
    Stdin(Stdin),
}

A source of Input for the Editor.

This is used at startup, where the user can either open a file, or start Iota with data from stdin.

Variants

A Filename

The stdin reader