Function copy

Source
pub async fn copy<S, T>(src: &S, tgt: &T) -> Result<u64, Status>
where S: DataSource, T: DataTarget<Row = S::Row>,
Expand description

Copies the rows got from the source to the target.