mp4

Trait ReadBox

Source
pub trait ReadBox<T>: Sized {
    // Required method
    fn read_box(_: T, size: u64) -> Result<Self>;
}

Required Methods§

Source

fn read_box(_: T, size: u64) -> Result<Self>

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§