pub trait RangeBody: AsyncRead + AsyncSeekStart {
// Required method
fn byte_size(&self) -> u64;
}
Expand description
An AsyncRead
and AsyncSeekStart
with a fixed known byte size.
pub trait RangeBody: AsyncRead + AsyncSeekStart {
// Required method
fn byte_size(&self) -> u64;
}
An AsyncRead
and AsyncSeekStart
with a fixed known byte size.