Enum rotor::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 Error for Voidfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl<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<T> PartialEq<T> for Voidimpl Display for Voidimpl Debug for Voidimpl Clone for Voidfn clone(&self) -> Voidfn clone_from(&mut self, source: &Self)impl Copy for Void