pub trait TrackProcessingTime {
    fn processing_time(&self) -> ProcessingTime;
}

Required methods

Implementors