Type Alias carnelian::ViewAssistantPtr

source ·
pub type ViewAssistantPtr = Box<dyn ViewAssistant>;
Expand description

Reference to a view assistant. This type is likely to change in the future so using this type alias might make for easier forward migration.

Aliased Type§

struct ViewAssistantPtr(/* private fields */);