pub type GcodeResult<T> = IOResult<T, GcodeError>;Expand description
Result type for .gcode file operations
Aliased Type§
pub enum GcodeResult<T> {
Ok(T),
Err(WithLineInfo<GcodeError>),
}pub type GcodeResult<T> = IOResult<T, GcodeError>;Result type for .gcode file operations
pub enum GcodeResult<T> {
Ok(T),
Err(WithLineInfo<GcodeError>),
}