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