[][src]Macro bump_into::space_zeroed

macro_rules! space_zeroed {
    ($capacity:expr) => { ... };
}

Creates a zeroed array of MaybeUninit<u8> on the stack, suitable for taking a slice of to pass into BumpInto::new.