Type Alias aligned_buffer_pool::SerializerAlignedBuffer
source · pub type SerializerAlignedBuffer<const ALIGNMENT: usize, P, A = Global> = SharedAlignedBuffer<ALIGNMENT, BufferPoolAllocator<P, ALIGNMENT, SerializerWeakRef<P, ALIGNMENT, A>, A>>;Aliased Type§
struct SerializerAlignedBuffer<const ALIGNMENT: usize, P, A = Global> { /* private fields */ }Trait Implementations§
source§fn from(serializer: Serializer<P, ALIGNMENT, A>) -> Self
fn from(serializer: Serializer<P, ALIGNMENT, A>) -> Self
Converts to this type from the input type.