//! Named handle types for IPC stream operations.
//!
//! These types replace the raw `VarInt` stream IDs returned by
//! [`IpcConnection`](super::quic::IpcConnection) methods, giving each field
//! a descriptive name.
use ;
use crateVarInt;
/// Handle returned by IPC `open_bi` / `accept_bi` operations.
///
/// Contains the underlying QUIC stream ID. The FD transfer ID is chosen by
/// the receiver and passed into the request before this handle is returned.
/// Handle returned by IPC `open_uni` / `accept_uni` operations.
///
/// Contains the underlying QUIC stream ID. The FD transfer ID is chosen by
/// the receiver and passed into the request before this handle is returned.