Expand description
This module provides a prelude with the most commonly used types from the crate.
By importing this prelude, you gain easy access to the core types and traits that are frequently used throughout the crate. This reduces the boilerplate needed in user code.
Re-exports§
pub use crate::ConnectionId;
pub use crate::ConnectionLayer;
pub use crate::ConnectionLayerMode;
pub use crate::RequestId;