Skip to main content

DataSourceScanRef

Type Alias DataSourceScanRef 

Source
pub type DataSourceScanRef = Box<dyn DataSourceScan>;
Expand description

A boxed data source scan.

Aliased Typeยง

pub struct DataSourceScanRef(/* private fields */);