//! Utilities for working with buffers.
//!
//! IOCP APIs require passing ownership of buffers to the runtime. The
//! crate defines [`IoBuf`] and [`IoBufMut`] traits which are implemented by
//! buffer types that respect the IOCP contract.
pub use *;
pub use *;
pub use *;
pub use ;
/// Trait to get the inner buffer of an operation or a result.