Expand description
Eval reply routing types.
A Route is inserted into App::pending_routes when a nomiscript form is
submitted; drain_eval removes it on reply and calls deliver_reply with
it. RouteCtx carries the per-request context needed to parse the reply
correctly when the target view requires more than the wire frame alone.
Structs§
- Route
- Maps a pending eval reply id to its destination view and any parse context.
Enums§
- Form
Options Source - Which select columns a
FormOptionsreply populates. - Route
Ctx - Per-reply context a routed eval reply needs to be parsed correctly.