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 Voidfn clone(&self) -> Voidfn clone_from(&mut self, source: &Self)impl Debug for Voidimpl Display for Voidimpl<T> PartialEq<T> for Voidimpl<T> PartialOrd<T> for Voidfn partial_cmp(&self, _: &T) -> Option<Ordering>fn lt(&self, other: &Rhs) -> boolfn le(&self, other: &Rhs) -> boolfn gt(&self, other: &Rhs) -> boolfn ge(&self, other: &Rhs) -> boolimpl Error for Voidfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Copy for Void