Function try_deserailize_unchecked

Source
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.