Enum sdl2::filesystem::PrefPathError
[−]
[src]
pub enum PrefPathError {
InvalidOrganizationName(NulError),
InvalidApplicationName(NulError),
SdlError(String),
}Variants
InvalidOrganizationName(NulError)InvalidApplicationName(NulError)SdlError(String)
Trait Implementations
impl Debug for PrefPathError[src]
impl Display for PrefPathError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more