Type Definition digitalocean::request::ActionRequest

source ·
pub type ActionRequest<M, V> = Request<M, V>;
Expand description

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