Trait kernel::grant::AllowRoSize
source · pub trait AllowRoSize {
const COUNT: u8;
}
Expand description
Tracks how many read-only allows a grant instance supports automatically.
Required Associated Constants§
Object Safety§
This trait is not object safe.