Skip to main content

data

Macro data 

Source
macro_rules! data {
    () => { ... };
    ($val:expr) => { ... };
}
Expand description

Helper macro to create a reference-counted, interior-mutable Option cell.

This macro is widely used in custom MP4 parsing chains to collect parsed boxes in parser closures.