mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 02:28:00 +00:00
Initial macro support for deserializing structs and tuple structs
This commit is contained in:
@@ -10,6 +10,8 @@ pub trait Error {
|
||||
fn syntax_error() -> Self;
|
||||
|
||||
fn end_of_stream_error() -> Self;
|
||||
|
||||
fn missing_field_error(&'static str) -> Self;
|
||||
}
|
||||
|
||||
pub trait Deserialize {
|
||||
|
||||
Reference in New Issue
Block a user