Module op

Source
Expand description

Resolve a reference to an op.

Structs§

OpRefVisitor

Enums§

OpRef
A reference to an op.
OpRefType
The Class of an OpRef.
Subject
The subject of an op.

Type Aliases§

DeleteRef
The data defining a reference to a DELETE op.
GetRef
The data defining a reference to a GET op.
PostRef
The data defining a reference to a POST op.
PutRef
The data defining a reference to a PUT op.