Skip to main content

Module builder

Module builder 

Source

Structs§

Builder
Procedure builder with typestate pattern.
BuilderWithIO
Builder after both .input(schema) and .output(schema) have been called.
BuilderWithInput
Builder after .input(schema) has been called.
BuilderWithOutput
Builder after .output(schema) has been called (no input schema).

Functions§

os
Create a new procedure builder with the given context type.