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 */ }pub type ActionRequest<M, V> = Request<M, V>;A type alias with Request<_, Action> specific functions.
pub struct ActionRequest<M, V> { /* private fields */ }