Enum sdl2::controller::AddMappingError [] [src]

pub enum AddMappingError {
    InvalidMapping(NulError),
    InvalidFilePath(String),
    SdlError(String),
}

Variants

Trait Implementations

impl Debug for AddMappingError
[src]

Formats the value using the given formatter.

impl Display for AddMappingError
[src]

Formats the value using the given formatter. Read more

impl Error for AddMappingError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more