pub type ServerBuffers<const P: usize, const B: usize> = MaybeUninit<[[u8; B]; P]>;Expand description
A type alias for the HTTP server buffers (essentially, arrays of MaybeUninit)
Aliased Typeยง
pub union ServerBuffers<const P: usize, const B: usize> {
/* private fields */
}