Struct arg_combinators::Invalid[][src]

pub struct Invalid { /* fields omitted */ }

Trait Implementations

impl Debug for Invalid
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Invalid
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Invalid
[src]

impl Display for Invalid
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Invalid

impl Sync for Invalid