get_tty_device

Function get_tty_device 

Source
pub fn get_tty_device(pid: i32) -> Option<String>
Expand description

Get the TTY device for a process.

This is a convenience re-export of tty::get_device.