[][src]Trait raw_tty::GuardMode

pub trait GuardMode: AsRawFd + Sized {
    fn guard_mode(self) -> Result<TtyWithGuard<Self>>;
}

Types which can save a termios.

Required methods

fn guard_mode(self) -> Result<TtyWithGuard<Self>>

Loading content...

Implementors

impl<T: AsRawFd> GuardMode for T[src]

Loading content...