Struct vcd::InvalidData [] [src]

pub struct InvalidData(_);

Error wrapping a static string message explaining why parsing failed.

Trait Implementations

impl Debug for InvalidData
[src]

Formats the value using the given formatter.

impl Display for InvalidData
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidData
[src]

A short description of the error. Read more

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