sel4

Trait CapTypeForObject

Source
pub trait CapTypeForObject: CapType {
    // Required method
    fn object_type() -> ObjectType;
}
Expand description

Trait for CapTypes which correspond to kernel objects.

Required Methods§

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§