#[derive(ResourceBound)]
{
// Attributes available to this derive:
#[size_limit]
#[allow_heap]
}
Expand description
derive implementation found in resource_bound_derive
Enforces compile-time resource constraints on structs.
See the crate README for details and examples.