pub trait DropAsAligned {
    fn drop_as_aligned(&mut self, alignment: usize);
}

Required Methods

Implementations on Foreign Types

Implementors