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