unmarshal_body

Function unmarshal_body 

Source
pub fn unmarshal_body<'a, 'e>(
    byteorder: ByteOrder,
    sigs: &[Type],
    buf: &[u8],
    fds: &[UnixFd],
    offset: usize,
) -> Result<(usize, Vec<Param<'a, 'e>>), Error>