Trait buildsrs_builder::OutputStreamExt
source · pub trait OutputStreamExt {
type Output;
// Required method
fn resolve<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Self::Output>> + Send + 'async_trait>>
where Self: 'async_trait;
}
Expand description
Trait to get the final data from an OutputStream
.