Skip to main content

BoxBodySync

Type Alias BoxBodySync 

Source
pub type BoxBodySync = BoxBody<Bytes, Error>;
Expand description

A thread-safe body type for operations that require Sync.

This is used specifically for event streaming operations and lambda handlers that need thread safety guarantees.

Aliased Typeยง

pub struct BoxBodySync { /* private fields */ }