Skip to main content

TypedRouterMultiHandler

Type Alias TypedRouterMultiHandler 

Source
pub type TypedRouterMultiHandler<T> = Box<dyn FnMut(Result<T, SerDeError>) + Send>;
Expand description

Like RouterMultiHandler but includes the type that will be passed to the callback

Aliased Typeยง

pub struct TypedRouterMultiHandler<T>(/* private fields */);