Enum sdl2::filesystem::PrefPathError [] [src]

pub enum PrefPathError {
    InvalidOrganizationName(NulError),
    InvalidApplicationName(NulError),
    SdlError(String),
}

Variants

Trait Implementations

impl Debug for PrefPathError
[src]

Formats the value using the given formatter.

impl Display for PrefPathError
[src]

Formats the value using the given formatter. Read more

impl Error for PrefPathError
[src]

A short description of the error. Read more

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