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 */ }pub type NextCommandMiddleware = Next<DispatchedCommand, DispatchedCommand>;Next middleware to call. Send argument pass to all commands’ middlewares
pub struct NextCommandMiddleware { /* private fields */ }