Function carboxyl_cli::run
[−]
[src]
pub fn run<R, W, P>(reader: R, writer: W, program: P) where R: 'static + Send + Read, W: 'static + Send + Write, P: Fn(Stream<Input>) -> (Stream<String>, Stream<Quit>)