Skip to main content

TypedRouterOneShotHandler

Type Alias TypedRouterOneShotHandler 

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

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

Aliased Typeยง

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