1 2 3 4 5 6 7
#![cfg_attr(docsrs, doc(cfg(feature = "castaway")))] use castaway::LifetimeFree; use crate::UtcTime; unsafe impl LifetimeFree for UtcTime {}