Skip to main content

to_device_payloads

Function to_device_payloads 

Source
fn to_device_payloads<'a, I>(
    sender: &UserId,
    target_user: &UserId,
    deliveries: I,
    event_type: &str,
    content: &Value,
) -> EduVec
where I: Iterator<Item = (&'a DeviceId, u64)>,