Macro sel4_microkit::var

source ·
macro_rules! var {
    ($(#[$attrs:meta])* $symbol:ident: $ty:ty = $default:expr) => { ... };
}