Searched refs:Closed (Results 1 – 2 of 2) sorted by relevance
69 Closed, enumerator160 TryRecvError::Closed => return Err(TtyError::Closed), in read_stdin()193 TrySendError::Closed(_) => return Err(TtyError::Closed), in write_stdin()225 TryRecvError::Closed => return Err(TtyError::Closed), in read_output()258 TrySendError::Closed(_) => return Err(TtyError::Closed), in write_output()
95 TtyError::Closed => return Err(SystemError::ENODEV), in input()