Enum argle::Never[][src]

pub enum Never {}

Trait Implementations

impl Debug for Never
[src]

Formats the value using the given formatter. Read more

impl Clone for Never
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Never
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Never

impl Sync for Never