Skip to main content

handle_edus

Function handle_edus 

Source
async fn handle_edus(
    services: &Services,
    client: &IpAddr,
    origin: &ServerName,
    txn_id: &TransactionId,
    edus: impl Stream<Item = (usize, Edu)> + Send,
) -> Result