[][src]Type Definition webdav_handler::fs::FsStream

type FsStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;