Function tokio::io::util::take::take

source ·
pub(super) fn take<R: AsyncRead>(inner: R, limit: u64) -> Take<R>