Trait outer_cgi::IO[][src]

pub trait IO: BufRead + Write { }

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

See the Common Gateway Interface specification for more information.

Implementors

Loading content...