pub struct TimestampNormalizer { /* private fields */ }Expand description
Normalize timestamp to handle regression
Some encoders have timestamp discontinuities or regressions. This function adjusts timestamps to be monotonically increasing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimestampNormalizer
impl RefUnwindSafe for TimestampNormalizer
impl Send for TimestampNormalizer
impl Sync for TimestampNormalizer
impl Unpin for TimestampNormalizer
impl UnwindSafe for TimestampNormalizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more