Searched refs:Closed (Results 1 – 2 of 2) sorted by relevance
71 Closed, enumerator162 TryRecvError::Closed => return Err(TtyError::Closed), in read_stdin()205 TrySendError::Closed(_) => return Err(TtyError::Closed), in write_stdin()237 TryRecvError::Closed => return Err(TtyError::Closed), in read_output()270 TrySendError::Closed(_) => return Err(TtyError::Closed), in write_output()
95 TtyError::Closed => return Err(SystemError::ENODEV), in input()