Skip to main content

from_slice

Function from_slice 

Source
pub fn from_slice<T>(slice: &mut &[u8]) -> Result<T>
where T: FromBytes + Sized,