Trait Protectable

Source
pub trait Protectable { }
Expand description

Interface for implementing memory protection operations.

This trait should be implemented by memory managers or other components that can apply protection settings to memory regions.

Implementorsยง