Skip to main content

ActionRequest

Type Alias ActionRequest 

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

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

Aliased Typeยง

pub struct ActionRequest<M, V> { /* private fields */ }