IO

Trait IO 

Source
pub trait IO: BufRead + Write { }
Expand description

Wraps the stdin and stdout streams of a standard CGI invocation.

See the Common Gateway Interface specification for more information.

Implementorsยง