Skip to main content

ContentSinkRef

Type Alias ContentSinkRef 

Source
pub type ContentSinkRef = Rc<dyn ContentSink>;
Expand description

Shared handle to a ContentSink.

Aliased Typeยง

pub struct ContentSinkRef { /* private fields */ }