Trait PsbValueExt

Source
pub trait PsbValueExt {
    // Required method
    fn to_psb_fixed(self) -> PsbValueFixed;
}
Available on crate feature emote-psb only.
Expand description

Trait to convert a PSB value to a fixed PSB value.

Required Methods§

Source

fn to_psb_fixed(self) -> PsbValueFixed

Converts this PSB value to a fixed PSB value.

Implementations on Foreign Types§

Source§

impl PsbValueExt for PsbValue

Implementors§