WowStructW

Trait WowStructW 

Source
pub trait WowStructW {
    // Required method
    fn wow_write<W: Write + Seek>(&self, writer: &mut W) -> Result<()>;
}

Required Methods§

Source

fn wow_write<W: Write + Seek>(&self, writer: &mut W) -> Result<()>

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.

Implementors§