Skip to main content

MasterPtyExt

Trait MasterPtyExt 

Source
pub trait MasterPtyExt {
    // Provided method
    fn get_termios(&self) -> Option<Termios> { ... }
}
Expand description

Unix-specific extensions for MasterPty.

Provides access to termios settings, which requires platform-specific types.

Provided Methods§

Source

fn get_termios(&self) -> Option<Termios>

If applicable, return the termios associated with the stream.

Implementors§