//! This module provides an interface for interacting with the Arduino CLI.
modrun;pubuserun::*;modquery;pubusequery::*;/// The kinds of errors that can occur as a result of interacting with the Arduino CLI.
#[derive(Clone, Copy, PartialEq, Debug)]pubenumError{
CommandFailure,
NoDevice,
MultipleDevices,
UnexpectedSyntax,
InvalidSketchPath,}