Function tokio_stream::stream_ext::throttle::throttle

source ยท
pub(super) fn throttle<T>(duration: Duration, stream: T) -> Throttle<T>
where T: Stream,