Enum steamy_controller::Error
[−]
[src]
pub enum Error {
Io(Error),
Usb(Error),
InvalidParameter,
NotSupported,
}Controller error.
Variants
Io(Error)An IO error.
Usb(Error)An USB error.
InvalidParameterInvalid parameter.
NotSupportedNot supported.
Trait Implementations
impl Debug for Error[src]
impl From<Error> for Error[src]
impl From<Error> for Error[src]
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more