Enum hlua::Void [] [src]

pub enum Void {}

Type that cannot be instantiated.

Will be replaced with ! eventually (https://github.com/rust-lang/rust/issues/35121).

Trait Implementations

impl From<TuplePushError<Void, Void>> for Void
[src]

[src]

Performs the conversion.

impl Debug for Void
[src]

[src]

Formats the value using the given formatter.

impl Copy for Void
[src]

impl Clone for Void
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Void
[src]

[src]

Formats the value using the given formatter. Read more