Trait AllowRwSize

Source
pub trait AllowRwSize {
    const COUNT: u8;
}
Expand description

Tracks how many read-write allows a grant instance supports automatically.

Required Associated Constants§

Source

const COUNT: u8

The number of read-write allows the grant supports.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<const NUM: u8> AllowRwSize for AllowRwCount<NUM>

Source§

const COUNT: u8 = NUM