queue_from_bytes_copy

Function queue_from_bytes_copy 

Source
pub unsafe fn queue_from_bytes_copy(data: &mut [u8]) -> Result<HashSet>
Expand description

Creates a copy of HashSet from the given account data.

§Safety

This operation is unsafe. It’s the caller’s responsibility to ensure that the provided account data have correct size and alignment.