Enum iocp::IocpError
[-]
[+]
[src]
pub enum IocpError {
GetQueuedError(String, *mut OVERLAPPED),
HostError(String),
}Variants
GetQueuedError | |
HostError |
pub enum IocpError {
GetQueuedError(String, *mut OVERLAPPED),
HostError(String),
}GetQueuedError | |
HostError |
impl Display for IocpErrorimpl Send for IocpErrorimpl Error for IocpErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for IocpError
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).