Enum fce_wit_generator::WITGeneratorError [−][src]
pub enum WITGeneratorError {
DeserializationError(SerdeDeserializationError),
CorruptedRecord(String),
IOError(String),
}Variants
DeserializationError(SerdeDeserializationError)An error related to serde deserialization.
CorruptedRecord(String)Various errors related to records
IOError(String)Various errors occurred during the parsing/emitting a Wasm file.
Trait Implementations
impl Display for WITGeneratorError[src]
impl Display for WITGeneratorError[src]impl Error for WITGeneratorError[src]
impl Error for WITGeneratorError[src]impl From<Error> for WITGeneratorError[src]
impl From<Error> for WITGeneratorError[src]fn from(source: SerdeDeserializationError) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for WITGeneratorError
impl !RefUnwindSafe for WITGeneratorErrorimpl Send for WITGeneratorError
impl Send for WITGeneratorErrorimpl Sync for WITGeneratorError
impl Sync for WITGeneratorErrorimpl Unpin for WITGeneratorError
impl Unpin for WITGeneratorErrorimpl !UnwindSafe for WITGeneratorError
impl !UnwindSafe for WITGeneratorError