Module psb

Source
Available on crate feature emote-psb only.
Expand description

Extensions for emote_psb crate.

Structs§

ListIter
Iterator for a slice of PSB values in a list.
ListIterMut
Mutable iterator for a slice of PSB values in a list.
ObjectIter
Iterator for a slice of PSB values in an object.
ObjectIterMut
Mutable iterator for a slice of PSB values in an object.
PsbListFixed
Represents a PSB list of PSB values.
PsbObjectFixed
Represents a PSB object with key-value pairs.
VirtualPsbFixed
Represents a fixed version of a virtual PSB.
VirtualPsbFixedData

Enums§

PsbValueFixed
Represents of a PSB value.

Constants§

NONE 🔒

Traits§

PsbListExt
Trait to convert a PSB list to a fixed PSB list.
PsbObjectExt
Trait to convert a PSB object to a fixed PSB object.
PsbValueExt
Trait to convert a PSB value to a fixed PSB value.
VirtualPsbExt
Trait to convert a virtual PSB to a fixed PSB.