Trait ppv_lite86::Store

source ·
pub trait Store<S> {
    // Required method
    unsafe fn unpack(p: S) -> Self;
}

Required Methods§

source

unsafe fn unpack(p: S) -> Self

Safety

Caller must ensure the type of Self is appropriate for the hardware of the execution environment.

Implementors§