Enum xmz_server::messzelle::MesszelleError[][src]

pub enum MesszelleError {
    NoAverage,
}

Mögliche Fehler einer Messzelle

Variants

Mittelwert konnte nicht berechnet werden

Trait Implementations

impl Debug for MesszelleError
[src]

Formats the value using the given formatter. Read more

impl Display for MesszelleError
[src]

Formats the value using the given formatter. Read more

impl Error for MesszelleError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for MesszelleError

impl Sync for MesszelleError