Type Alias ReadableStreamBYOBReaderReadOptions

Source
pub(crate) type ReadableStreamBYOBReaderReadOptions = ReadableStreamBYOBReaderReadOptions;

Aliased Type§

pub(crate) struct ReadableStreamBYOBReaderReadOptions {
    pub min: u64,
}

Fields§

§min: u64