[go: up one dir, main page]

typesize 0.1.10

A library to fetch an accurate estimate of the total memory usage of a value.
Documentation
1
2
3
use crate::TypeSize;

impl<Tz: chrono::TimeZone> TypeSize for chrono::DateTime<Tz> {}