Function argdata::encoded_with_fds[][src]

pub fn encoded_with_fds<'d, F: ConvertFd>(
    encoded: &'d [u8],
    convert_fd: F
) -> EncodedArgdata<'d, F>

Create an argdata value directly from an encoded argdata buffer, which has file descriptors attached.

Reading file descriptors will use the provided convert_fd object.

The data is not converted. It will be decoded on demand.