logo
pub trait OverlayProcess: Overlay + Process + Viewable { }
Expand description

The OverlayProcess should be implemented by objects representing an operating Overlay.

These extra interface requirements are required for internal workings, but are not exposed via the minimal Overlay interface.

Implementors