Opaque marker returned by IResponse terminal methods and
expected back from route handlers. It exists purely so the type system can
verify a handler produced a response; only the kernel creates values of
this type.
Usage
import { type HandlerResult } from "react-router-plugin/src/index.ts";