Enum exfat::error::ImplementationError
source · pub enum ImplementationError {
TexFATNotSupported,
CreateDirectoryNotSupported,
}Variants§
Trait Implementations§
source§impl Debug for ImplementationError
impl Debug for ImplementationError
source§impl<E> From<ImplementationError> for Error<E>
impl<E> From<ImplementationError> for Error<E>
source§fn from(e: ImplementationError) -> Self
fn from(e: ImplementationError) -> Self
Converts to this type from the input type.