Enum pix_engine::core::state::Error [−][src]
#[non_exhaustive]
pub enum Error {
IoError(Error),
RendererError(RendererError),
Other(Cow<'static, str>),
}Expand description
The error type for PixState operations.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
IoError(Error)IO specific errors.
Tuple Fields of IoError
0: ErrorRendererError(RendererError)Renderer specific errors.
Tuple Fields of RendererError
Unknown errors.