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§
Sourcefn get_termios(&self) -> Option<Termios>
fn get_termios(&self) -> Option<Termios>
If applicable, return the termios associated with the stream.