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§
Sourcefn to_psb_fixed(self) -> PsbValueFixed
fn to_psb_fixed(self) -> PsbValueFixed
Converts this PSB value to a fixed PSB value.