Trait kernel::grant::UpcallSize
source · pub trait UpcallSize {
const COUNT: u8;
}
Expand description
Tracks how many upcalls a grant instance supports automatically.
pub trait UpcallSize {
const COUNT: u8;
}
Tracks how many upcalls a grant instance supports automatically.