Function open

Source
pub fn open() -> Result<(Pty, Pts)>
Available on crate feature async only.
Expand description

Allocate and return a new pty and pts.

ยงErrors

Returns an error if the pty failed to be allocated, or if we were unable to put it into non-blocking mode.