PsbReaderExt

Trait PsbReaderExt 

Source
pub trait PsbReaderExt {
    // Required method
    fn open_psb_v2<T: Read + Seek>(stream: T) -> Result<VirtualPsb>;
}
Available on crate feature emote-psb only.
Expand description

Trait to extend PSB reader functionality.

Required Methods§

Source

fn open_psb_v2<T: Read + Seek>(stream: T) -> Result<VirtualPsb>

Opens a PSB v2 file from a stream, handling other formats like LZ4 compression.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl PsbReaderExt for PsbReader

Implementors§