Enum stdweb::unstable::Void [−][src]
pub enum Void {}
An uninhabited type for use in statically impossible cases.
Will be replaced by Rust's !
type once that stabilizes.
Trait Implementations
impl Debug for Void
[src]
impl Debug for Void
fn fmt(&self, _: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, _: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Display for Void
[src]
impl Display for Void
fn fmt(&self, _: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, _: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for Void
[src]
impl Error for Void