Closed
Description
This could integrate with rustfmt
to make long function names easier to read.
In particular, http://tailhook.github.io/unshare/nix/sys/socket/fn.recvmsg.html
would be easier to read as:
pub fn recvmsg<'a, T>(fd: RawFd,
iov: &[IoVec<&mut [u8]>],
cmsg_buffer: Option<&'a mut CmsgSpace<T>>,
flags: SockMessageFlags)
-> Result<RecvMsg<'a>>