pub fn map_peek_elem(
unified_map: &mut UnifiedMap,
value: &mut [u8],
) -> LinuxResult<()>Expand description
Get an element from map without removing it.
pub fn map_peek_elem(
unified_map: &mut UnifiedMap,
value: &mut [u8],
) -> LinuxResult<()>Get an element from map without removing it.