pub fn into_streamable_reader<R>(
    r: R,
    capacity: usize
) -> IntoStreamableReader<R>
Expand description

as_streamable is used to make oio::Read or oio::BlockingRead streamable.