Struct terminal_cli::StdoutTerminal [] [src]

pub struct StdoutTerminal;

Trait Implementations

impl CharacterTerminalWriter for StdoutTerminal
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl FmtWrite for StdoutTerminal
[src]

[src]

Writes a slice of bytes into this writer, returning whether the write succeeded. Read more

1.1.0
[src]

Writes a [char] into this writer, returning whether the write succeeded. Read more

1.0.0
[src]

Glue for usage of the [write!] macro with implementors of this trait. Read more