MaybeUninit
assume_init(self) -> T
extracts the value from the MaybeUninit, container. when you call this method, you tell the compiler the bit of the T is valid.
ManuallyDrop
MaybeUninit
assume_init(self) -> T
extracts the value from the MaybeUninit, container. when you call this method, you tell the compiler the bit of the T is valid.
ManuallyDrop
让时间为你证明