PsbWriterExt

Trait PsbWriterExt 

Source
pub trait PsbWriterExt {
    // Required method
    fn finish_v4<T: Write + Seek>(self, stream: T) -> Result<u64, PsbError>;
}
Available on crate feature emote-psb only.
Expand description

Trait to extend PSB writer behavior.

Required Methods§

Source

fn finish_v4<T: Write + Seek>(self, stream: T) -> Result<u64, PsbError>

Writes PSB with a v4-compatible resource layout.

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 PsbWriterExt for VirtualPsb

Source§

fn finish_v4<T: Write + Seek>(self, stream: T) -> Result<u64, PsbError>

Implementors§