Available on crate feature
emote-psb
only.Expand description
Extensions for emote_psb crate.
Structs§
- List
Iter - Iterator for a slice of PSB values in a list.
- List
Iter Mut - Mutable iterator for a slice of PSB values in a list.
- Object
Iter - Iterator for a slice of PSB values in an object.
- Object
Iter Mut - Mutable iterator for a slice of PSB values in an object.
- PsbList
Fixed - Represents a PSB list of PSB values.
- PsbObject
Fixed - Represents a PSB object with key-value pairs.
- Virtual
PsbFixed - Represents a fixed version of a virtual PSB.
- Virtual
PsbFixed Data
Enums§
- PsbValue
Fixed - Represents of a PSB value.
Constants§
- NONE 🔒
Traits§
- PsbList
Ext - Trait to convert a PSB list to a fixed PSB list.
- PsbObject
Ext - Trait to convert a PSB object to a fixed PSB object.
- PsbValue
Ext - Trait to convert a PSB value to a fixed PSB value.
- Virtual
PsbExt - Trait to convert a virtual PSB to a fixed PSB.