Dear Maintainer,
thanks for this nice crate! I do have the following situation:
#[derive(Diff, PartialEq, Eq)]
pub struct ExternalType {
pub timestamp: Datetime<Utc>,
}
Are there any chances to support structs that contain external types?
Best regards,
Lewin