Skip to main content

with_buffer

Macro with_buffer 

Source
macro_rules! with_buffer {
    ($buffer:expr, |$v:ident| $body:expr) => { ... };
}
Expand description

Dispatch on NDDataBuffer variant, binding the inner Vec to $v. The body $body is monomorphized for each type.