typesize/libs/
chrono.rs

1use crate::TypeSize;
2
3impl<Tz: chrono::TimeZone> TypeSize for chrono::DateTime<Tz> {}