[][src]Function rexpect::session::spawn_stream

pub fn spawn_stream<R: Read + Send + 'static, W: Write>(
    reader: R,
    writer: W,
    timeout_ms: Option<u64>
) -> StreamSession<W>

Spawn a REPL from a stream