Type Definition fastcgi::Params [] [src]

type Params<'a> = Box<Iterator<Item = (String, String)> + 'a>;