pulley_interpreter

Module decode

Source
Available on crate feature decode only.
Expand description

Decoding support for pulley bytecode.

Structs§

Enums§

  • An error when decoding Pulley bytecode.
  • An uninhabited type that cannot be constructed at runtime.

Traits§

Type Aliases§

  • Either an Ok(T) or an Err(DecodingError).