This is a tracking issue for methods peek
and peek_from
on UnixStream
and UnixDatagram
(#73761).
The feature gate for the issue is #![feature(unix_socket_peek)]
.
impl UnixStream { pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> } impl UnixDatagram { pub fn peek(&self, buf: &mut [u8]) -> io::Result<usize> pub fn peek_from(&self, buf: &mut [u8]) -> io::Result<(usize, SocketAddr)> }Steps / History
peek
and peek_from
to UnixStream
and UnixDatagram
#73761 - initial implementationLinkTed, newAM, kirk-baird, daniel5151, kornelski and 2 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4