Function ya_service_bus::untyped::send[][src]

pub fn send(
    addr: &str,
    caller: &str,
    bytes: &[u8]
) -> impl Future<Output = Result<Vec<u8>, Error>> + Unpin