Type Alias air_test_utils::CallServiceClosure
source · pub type CallServiceClosure<'x> = Box<dyn Fn(CallRequestParams) -> LocalBoxFuture<'x, CallServiceResult> + 'static>;
Aliased Type§
struct CallServiceClosure<'x>(/* private fields */);