Function cve_rs::not_alloc

source ·
pub fn not_alloc<'a, T: Default + 'static>() -> &'a mut T
Expand description

Not allocate an object. The returned reference is always invalid.