[][src]Type Definition webdav_handler::BoxedByteStream

type BoxedByteStream = Box<dyn Stream<Item = Bytes, Error = Error> + Send + 'static>;

A boxed futures 0.1 Stream of Bytes.