Function get

Source
pub fn get<T>(data: &[u8], index: usize) -> Option<&T>
where T: Pod,
Expand description

Get at index.