async fn replace_sends( repository: Arc<dyn Repository<Send>>, sends: Vec<Send>, ) -> Result<(), RepositoryError>
Persists sends, dropping any with a missing id (logged, not fatal).
sends