Trait PsbObjectExt

Source
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§

Source

fn to_psb_fixed(self) -> PsbObjectFixed

Converts this PSB object to a fixed PSB object.

Implementations on Foreign Types§

Source§

impl PsbObjectExt for PsbObject

Implementors§