Type Definition SessionId
nix::pty
type SessionId = i32;
impl From<Pid> for pid_t
fn from(pid: Pid) -> Self
Performs the conversion.