NextCommandMiddleware

Type Alias NextCommandMiddleware 

Source
pub type NextCommandMiddleware = Next<DispatchedCommand, DispatchedCommand>;
Expand description

Next middleware to call. Send argument pass to all commands’ middlewares

Aliased Type§

pub struct NextCommandMiddleware { /* private fields */ }