have LangItemError derive everything LangItem does
This commit is contained in:
parent
6cdfdd02f6
commit
82d609c8df
@ -1,5 +1,6 @@
|
|||||||
use crate::LangItem;
|
use crate::LangItem;
|
||||||
|
|
||||||
|
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, Encodable, Decodable)]
|
||||||
pub struct LangItemError(pub LangItem);
|
pub struct LangItemError(pub LangItem);
|
||||||
|
|
||||||
impl ToString for LangItemError {
|
impl ToString for LangItemError {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user