Module variable

Module variable 

Source
Expand description

Texlang variables API

The documentation website contains a tutorial specifically about Texlang’s variables API. See that documentation for an overview of the API. As usual, the documentation here is meant as reference.

Structs§

Command
A TeX variable command.
Index
Index of a variable within an array.
TypedVariable
A TeX variable of a specific Rust type T.

Enums§

IndexResolver
Specification for how the index of an array variable is determined.
ValueRef
Immutable reference to the value of a variable.
Variable
TeX variable of any type.

Traits§

SupportedType
Trait satisfied by all Rust types that can be used as TeX variables.

Type Aliases§

MutRefFn
Function signature for a variable’s mutable getters.
RefFn
Function signature for a variable’s immutable getter.