Derive Macro IsoBox

Source
#[derive(IsoBox)]
{
    // Attributes available to this derive:
    #[iso_box]
}
Expand description

Derive helper macro for the isobmff crate.

See the crate documentation for more information on how to use this macro.