vendor_private_with_reply

Function vendor_private_with_reply 

Source
pub async fn vendor_private_with_reply<'c, 'input, Conn>(
    conn: &'c Conn,
    vendor_code: u32,
    context_tag: ContextTag,
    data: &'input [u8],
) -> Result<Cookie<'c, Conn, VendorPrivateWithReplyReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,