Skip to main content

ContentStreamRef

Type Alias ContentStreamRef 

Source
pub type ContentStreamRef = Rc<dyn ContentStream>;
Expand description

Shared handle to a ContentStream.

Aliased Typeยง

pub struct ContentStreamRef { /* private fields */ }