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

Required methods

Implementors