pub struct TimestampNormalizer {}Implementations§
Source§impl TimestampNormalizer
impl TimestampNormalizer
pub fn new() -> TimestampNormalizer
Trait Implementations§
Source§impl Analyzer for TimestampNormalizer
impl Analyzer for TimestampNormalizer
fn process<'life0, 'async_trait>(
&'life0 mut self,
stream: Pin<Box<dyn Stream<Item = Event> + Send>>,
) -> Pin<Box<dyn Future<Output = Result<Pin<Box<dyn Stream<Item = Event> + Send>>, Box<dyn Error + Send + Sync>>> + Send + 'async_trait>>where
'life0: 'async_trait,
TimestampNormalizer: 'async_trait,
Source§impl Debug for TimestampNormalizer
impl Debug for TimestampNormalizer
Source§impl Default for TimestampNormalizer
impl Default for TimestampNormalizer
Source§fn default() -> TimestampNormalizer
fn default() -> TimestampNormalizer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimestampNormalizer
impl RefUnwindSafe for TimestampNormalizer
impl Send for TimestampNormalizer
impl Sync for TimestampNormalizer
impl Unpin for TimestampNormalizer
impl UnsafeUnpin 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