Skip to main content

send_proto

Function send_proto 

Source
async fn send_proto<Req, Resp>(
    gateway: &str,
    client_id: &str,
    proto_id: u32,
    request: Req,
) -> Result<Resp>
where Req: Message, Resp: Message + Default,