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§

source

const COUNT: u8

The number of upcalls the grant supports.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<const NUM: u8> UpcallSize for UpcallCount<NUM>

source§

const COUNT: u8 = NUM