Skip to main content

ContentReaderRef

Type Alias ContentReaderRef 

Source
pub type ContentReaderRef = Rc<dyn ContentReader>;
Expand description

Shared handle to a ContentReader.

Aliased Typeยง

pub struct ContentReaderRef { /* private fields */ }