Function rtest::call_handler

source ยท
pub fn call_handler<R, I, O, C, const ASYNC: bool>(
    context: C,
    handler: &mut dyn Handler<R, I, O, C, ASYNC>,
    params: &HandlerParams
) -> Result<Result<(), Box<dyn TestError>>, HandlerError>