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 */);