pub type DropletActionRequest<M, V> = Request<M, V>;
Expand description

A type alias with Request<_, DropletAction> specific functions.