Trait PsbListExt

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

Source

fn to_psb_fixed(self) -> PsbListFixed

Converts this PSB list to a fixed PSB list.

Implementations on Foreign Types§

Source§

impl PsbListExt for PsbList

Implementors§