Skip to main content

replace_sends

Function replace_sends 

Source
async fn replace_sends(
    repository: Arc<dyn Repository<Send>>,
    sends: Vec<Send>,
) -> Result<(), RepositoryError>
Expand description

Persists sends, dropping any with a missing id (logged, not fatal).