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