pub type FormattedStream = Pin<Box<dyn Stream<Item = Vec<Result<FormattedContent, AccessorError>>> + Send>>;

Aliased Type§

struct FormattedStream { /* private fields */ }