Enum exfat::error::OperationError
source · pub enum OperationError {
AlreadyOpen,
NotFound,
NotFile,
NotDirectory,
AlreadyExists,
DirectoryNotEmpty,
EOF,
}Variants§
Trait Implementations§
source§impl Debug for OperationError
impl Debug for OperationError
source§impl<E> From<OperationError> for Error<E>
impl<E> From<OperationError> for Error<E>
source§fn from(e: OperationError) -> Self
fn from(e: OperationError) -> Self
Converts to this type from the input type.