CalculateContainer

Type Alias CalculateContainer 

Source
pub type CalculateContainer<const ALIGN: usize, const SIZE: usize> = <ContainerCalculator<ALIGN, SIZE> as ContainerCalculateHelper>::Result;
Expand description

Given align and size, it will returns the container exactly can put the data in.