Module texlang::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

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

Enums

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

Traits

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

Type Aliases

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