risingwave_common_estimate_size

Derive Macro EstimateSize

source
#[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.