Skip to main content

OpenSourceFn

Type Alias OpenSourceFn 

Source
pub type OpenSourceFn = fn(uri: &str) -> Result<Box<dyn ReadSeek>>;
Expand description

Function signature for a source driver. Receives the full URI string and returns an opened reader.