pub type Buffer<S> = BlockBuffer<<S as BlockSizeUser>::BlockSize, <S as BufferKindUser>::BufferKind>;
Available on crate feature
core-api
only.Expand description
Buffer type used by type which implements BufferKindUser
.
Aliased Type§
struct Buffer<S> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.