macro_rules! with_buffer_mut {
($buffer:expr, |$v:ident| $body:expr) => { ... };
}Expand description
Same as with_buffer! but gives mutable access.
macro_rules! with_buffer_mut {
($buffer:expr, |$v:ident| $body:expr) => { ... };
}Same as with_buffer! but gives mutable access.