Struct build_helper::InvalidInput [] [src]

pub struct InvalidInput(_);

Error type indicating a string parse failed due to invalid input.

Methods

impl InvalidInput
[src]

Returns the input which caused the error.

Trait Implementations

impl Clone for InvalidInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for InvalidInput
[src]

impl PartialEq for InvalidInput
[src]

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

This method tests for !=.

impl Debug for InvalidInput
[src]

Formats the value using the given formatter.

impl Display for InvalidInput
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidInput
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more