Skip to main content

init

Function init 

Source
pub fn init<T: Sync + 'static>(data: T) -> Result<(), AlreadyInitialized>
Available on crate feature alloc and (AArch64 or ARM or x86 or x86-64 or crate feature std) only.
Expand description

Initialize the global initiable storage of type Type.

If called multiple times, only the first call will succeed.