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