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§

impl<P: BufferRetentionPolicy, const ALIGNMENT: usize, A> From<Serializer<P, ALIGNMENT, A>> for SerializerAlignedBuffer<ALIGNMENT, P, A>
where A: Allocator + Clone,

source§

fn from(serializer: Serializer<P, ALIGNMENT, A>) -> Self

Converts to this type from the input type.