Struct waveform::error::InvalidSizeError [] [src]

pub struct InvalidSizeError {
    pub var_name: String,
}

Fields

Trait Implementations

impl Debug for InvalidSizeError
[src]

[src]

Formats the value using the given formatter.

impl Display for InvalidSizeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidSizeError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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