Skip to main content

native_pty_system

Function native_pty_system 

Source
pub fn native_pty_system() -> NativePtySystem
Expand description

Returns a NativePtySystem for the current platform.

If you need a trait object (e.g., for runtime dispatch or mock injection), use native_pty_system_boxed instead.