mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
steps to move to v0.2.21
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
use std::{error::Error, fmt};
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum Exceptions {
|
||||
IllegalArgumentException(Option<String>),
|
||||
|
||||
Reference in New Issue
Block a user