Enum conch_runtime::os::unix::io::MaybeEventedFd [] [src]

pub enum MaybeEventedFd {
    RegularFile(FileDesc),
    Registered(PollEvented<EventedFileDesc>),
}

Represents an attempt to register a file descriptor with a tokio event loop.

Variants

A regular file that cannot be registered in an event loop.

A file descriptor that was successfully registered with tokio

Trait Implementations

impl Debug for MaybeEventedFd
[src]

[src]

Formats the value using the given formatter.