Home
last modified time | relevance | path

Searched defs:take_error (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/tokio/src/net/unix/
Dlistener.rs126 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
Dstream.rs821 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/mio/src/net/uds/
Dlistener.rs47 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
Ddatagram.rs99 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
Dstream.rs60 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/vsock/src/
Dlib.rs162 pub fn take_error(&self) -> Result<Option<Error>> { in take_error() method
369 pub fn take_error(&self) -> Result<Option<Error>> { in take_error() method
/external/rust/crates/mio/src/net/tcp/
Dlistener.rs122 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
Dstream.rs160 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/tokio/src/net/unix/datagram/
Dsocket.rs1359 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/mio/src/net/
Dudp.rs525 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/tokio/src/net/
Dudp.rs1540 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/mio/src/sys/windows/
Dnamed_pipe.rs210 pub fn take_error(&self) -> io::Result<Option<io::Error>> { in take_error() method
/external/rust/crates/protobuf/src/
Dplugin.rs687 pub fn take_error(&mut self) -> ::std::string::String { in take_error() method