[][src]Trait rask_wasm_shared::alloc::Initial

pub trait Initial<T> {
    unsafe fn init() -> T { ... }
}

Provided methods

unsafe fn init() -> T

Loading content...

Implementors

impl<T> Initial<T> for ZeroedInitial[src]

Loading content...