Enum try_from::Void [] [src]

pub enum Void {}

Error type used when conversion is infallible. The never type (!) will replace this when it is available in stable Rust.

Trait Implementations

impl Debug for Void
[src]

Formats the value using the given formatter.

impl Eq for Void
[src]

impl PartialEq for Void
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.