Struct vergen::VergenError [] [src]

pub struct VergenError { /* fields omitted */ }

An error generated by the vergen function.

Methods

impl VergenError
[src]

Create a VergenError struct from the given description and detail.

Trait Implementations

impl Debug for VergenError
[src]

Formats the value using the given formatter.

impl Default for VergenError
[src]

Returns the "default value" for a type. Read more

impl Display for VergenError
[src]

Implemented as 'self.desc: self.detail'.

Formats the value using the given formatter. Read more

impl From<VarError> for VergenError
[src]

Performs the conversion.

impl From<Error> for VergenError
[src]

Performs the conversion.