Module fj::models

source · []
Expand description

Interfaces used when defining models.

Structs

Metadata describing a model’s argument.
Information about a particular module that can be used by the host for things like introspection and search.
The error returned when a required argument wasn’t provided.
The error returned when ContextExt::parse_argument() is unable to parse the argument’s value.

Enums

An error that may be returned from a Context method.

Traits

Contextual information passed to a Model when it is being initialized.
Extension methods for the Context type.
An abstract interface to the Fornjot host.
Extension methods to augment the Host API.
A model.

Type Definitions

A generic error used when defining a model.