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