pub fn native_pty_system() -> NativePtySystemExpand 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.
pub fn native_pty_system() -> NativePtySystemReturns 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.