pub async fn copy<S, T>(src: &S, tgt: &T) -> Result<u64, Status>where S: DataSource, T: DataTarget<Row = S::Row>,
Copies the rows got from the source to the target.