Trait mp4::WriteBox

source ·
pub trait WriteBox<T>: Sized {
    fn write_box(&self, _: T) -> Result<u64>;
}

Required Methods§

source

fn write_box(&self, _: T) -> Result<u64>

Implementors§