[][src]Macro binwrite::writer_option_new

macro_rules! writer_option_new {
    ($($field:ident : $val:expr),*$(,)?) => { ... };
}

Macro for creating a new writer option, with the idea being a non-verbose means of providing a forwards-compatible set of options which uses default values for all provided options.