AttachResult

Type Alias AttachResult 

Source
pub type AttachResult = (Vec<ScrollbackEvent>, Receiver<Vec<u8>>, Receiver<(u16, u16)>);
Expand description

Return type of Session::attach: scrollback events, output stream, and window-size watch.