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 */ }