Refactoring derive macros

This commit is contained in:
Graham Esau 2019-08-04 21:35:01 +01:00
parent 38c8b2d911
commit d628f7c162
2 changed files with 24 additions and 21 deletions

View file

@ -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,