Skip to main content

ContentHandle

Type Alias ContentHandle 

Source
pub type ContentHandle = Rc<dyn Content>;
Expand description

Shared handle to a Content.

Aliased Typeยง

pub struct ContentHandle { /* private fields */ }