carnelian

Type Alias 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 */);