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