Trait kernel::grant::AllowRoSize
source · pub trait AllowRoSize {
const COUNT: u8;
}
Expand description
Tracks how many read-only allows a grant instance supports automatically.
pub trait AllowRoSize {
const COUNT: u8;
}
Tracks how many read-only allows a grant instance supports automatically.