Constant SERIALIZED_PID_LENGTH
pub const SERIALIZED_PID_LENGTH: usize = 4;Expand description
Length of a serialized process id exchanged during the named-pipe PID
handshake. Matches the size of a u32 on all supported platforms.
pub const SERIALIZED_PID_LENGTH: usize = 4;Length of a serialized process id exchanged during the named-pipe PID
handshake. Matches the size of a u32 on all supported platforms.