Skip to main content

init

Function init 

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

Initialize the global initiable storage of type Type.

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