Skip to main content

SharedSource

Type Alias SharedSource 

Source
pub type SharedSource = Arc<dyn TiffSource>;
Expand description

Shared source handle used by TiffFile.

Aliased Typeยง

pub struct SharedSource { /* private fields */ }