Skip to main content

RawSource

Type Alias RawSource 

Source
pub type RawSource = RawFd;
Expand description

Raw I/O handle type.

  • Unix: i32 (raw file descriptor)
  • Windows: isize (HANDLE via windows-sys)