rorm
rorm copied to clipboard
Can't implement `FieldType` on `Option<T>` for some own `T`
This is an direct limitation from the orphan rule.
But as a result other crates are greatly limited in adding new FieldType because the can't work with Option<ForeignModelByField>.