pub fn try_deserailize_unchecked<T>(data: &[u8]) -> Result<T>where
T: ZeroCopy,
Expand description
A workaround to deserialize “zero-copy” account data.
See anchort#2689 for more information.
pub fn try_deserailize_unchecked<T>(data: &[u8]) -> Result<T>where
T: ZeroCopy,
A workaround to deserialize “zero-copy” account data.
See anchort#2689 for more information.