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