pub type DragStatusRequest = Request<{ Command::DragStatus }, ()>;
pub struct DragStatusRequest { pub data: (), }
data: ()