Refactoring derive macros
This commit is contained in:
parent
38c8b2d911
commit
d628f7c162
2 changed files with 24 additions and 21 deletions
|
@ -35,8 +35,6 @@ macro_rules! no_ref_schema {
|
|||
};
|
||||
}
|
||||
|
||||
// TODO structs, enums, tuples
|
||||
|
||||
// TODO any other serde types other than serde_json value?
|
||||
// https://github.com/serde-rs/serde/blob/ce75418e40a593fc5c0902cbf4a45305a4178dd7/serde/src/ser/impls.rs
|
||||
// Cell<T>, RefCell<T>, Mutex<T>, RwLock<T>, Result<R,E>?, Duration, SystemTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue