Type Alias buildsrs_builder::OutputStream
source · pub type OutputStream<T> = BoxStream<'static, Result<Output<T>>>;
Expand description
Stream build logs and final data.
Aliased Type§
struct OutputStream<T> { /* private fields */ }
pub type OutputStream<T> = BoxStream<'static, Result<Output<T>>>;
Stream build logs and final data.
struct OutputStream<T> { /* private fields */ }