Enum liboskar::error::Internal [−][src]
pub enum Internal {
ParseNum,
ParseIgnore,
GetPath,
DirPermissions,
NotDirectory,
PathDoesNotExist,
IoError,
}Variants
ParseNumParseIgnoreGetPathDirPermissionsNotDirectoryPathDoesNotExistIoError
Trait Implementations
impl Debug for Internal[src]
impl Debug for Internalfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Internal[src]
impl Display for Internal