Skip to main content

with_buffer_mut

Macro with_buffer_mut 

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

Same as with_buffer! but gives mutable access.