Function with_temporary_memory

Source
pub(super) fn with_temporary_memory<R>(
    size: usize,
    f: impl FnMut(&mut [u8]) -> R,
) -> R
Expand description

Invokes the callback with a memory buffer of the requested size.