Trait ppv_lite86::Store[][src]

pub trait Store<S> {
    unsafe fn unpack(p: S) -> Self;
}

Required methods

Safety

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

Implementors