Enum void::Void
[−]
[src]
pub enum Void {}
The empty type for cases which can't occur.
pub enum Void {}
The empty type for cases which can't occur.
impl Clone for Void
fn clone(&self) -> Void
fn clone_from(&mut self, source: &Self)
impl Debug for Void
impl Display for Void
impl<T> PartialEq<T> for Void
impl<T> PartialOrd<T> for Void
fn partial_cmp(&self, _: &T) -> Option<Ordering>
fn lt(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
fn gt(&self, other: &Rhs) -> bool
fn ge(&self, other: &Rhs) -> bool
impl Error for Void
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Copy for Void