#[derive(EstimateSize)]
{
// Attributes available to this derive:
#[estimate_size]
}
Expand description
EstimateSize can be derived if when all the fields in a
struct or enum can implemented EstimateSize.
#[derive(EstimateSize)]
{
// Attributes available to this derive:
#[estimate_size]
}
EstimateSize can be derived if when all the fields in a
struct or enum can implemented EstimateSize.