Skip to main content

MachineStopType

Trait MachineStopType 

Source
pub trait MachineStopType:
    Any
    + Display
    + Debug
    + Send {
    // Provided method
    fn with_validation_path(&mut self, _path: String) { ... }
}
Expand description

A trait for machine-specific errors (or other “machine stop” conditions).

Provided Methods§

Source

fn with_validation_path(&mut self, _path: String)

This error occurred during validation, inside a value at the given path.

Implementations§

Implementors§