Struct greenwasm_validation::ValidationError[][src]

pub struct ValidationError {
    pub kind: ValidationErrorEnum,
}

Fields

Trait Implementations

impl Debug for ValidationError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations