Function re_data_loader::loader_rrd::decode_and_stream

source ·
fn decode_and_stream<R: Read>(
    filepath: &Path,
    tx: &Sender<LoadedData>,
    decoder: Decoder<R>,
    forced_application_id: Option<&ApplicationId>,
    forced_store_id: Option<&StoreId>
)