//! Connection-scoped fragmentation type aliases used by app frame handling.
/// Concrete adapter state used by `WireframeApp` connection processing.
pub type FragmentationState = crateDefaultFragmentAdapter;
/// Decode and reassembly errors surfaced by adapter processing.
pub type FragmentProcessError = crateFragmentAdapterError;