Module i3status_ext::io[][src]

Structs

NullIo

does not read or write anything

StdIo

reads lines from stdin and writes to stdout

StringInStdOut

reads lines from String and writes to stdout

Traits

Io

trait for an interface that can read lines from any source and to stdout