Type Alias ipc_channel::router::TypedRouterHandler

source ·
pub type TypedRouterHandler<T> = Box<dyn FnMut(Result<T, Error>) + Send>;
Expand description

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

Aliased Type§

struct TypedRouterHandler<T>(/* private fields */);