pub async fn get_device_create_context<Conn>(
conn: &Conn,
) -> Result<Cookie<'_, Conn, GetDeviceCreateContextReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,pub async fn get_device_create_context<Conn>(
conn: &Conn,
) -> Result<Cookie<'_, Conn, GetDeviceCreateContextReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,