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§
Sourcefn with_validation_path(&mut self, _path: String)
fn with_validation_path(&mut self, _path: String)
This error occurred during validation, inside a value at the given path.