Enum tokio_by_hand::common::Void [] [src]

pub enum Void {}

The empty type for cases which can't occur.

Trait Implementations

impl Copy for Void
[src]

impl Error for Void
[src]

[src]

[src]

impl Clone for Void
[src]

[src]

impl<T> PartialEq<T> for Void
[src]

[src]

impl Debug for Void
[src]

[src]

Formats the value using the given formatter.

impl Display for Void
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> PartialOrd<T> for Void
[src]