for_box_opt

Function for_box_opt 

Source
pub const fn for_box_opt<A: ?Sized>() -> SameLayout<*const A, Option<Box<A>>>
Expand description

A proof that any optional box has same layout as a raw pointer.