pub trait PsbObjectExt {
// Required method
fn to_psb_fixed(self) -> PsbObjectFixed;
}
Available on crate feature
emote-psb
only.Expand description
Trait to convert a PSB object to a fixed PSB object.
Required Methods§
Sourcefn to_psb_fixed(self) -> PsbObjectFixed
fn to_psb_fixed(self) -> PsbObjectFixed
Converts this PSB object to a fixed PSB object.