wasmflow-component 0.10.0

WaPC-related functions for Wasmflow
Documentation
1
2
/// Utility type for a Pin<Box<Future<T>>>
pub type BoxedFuture<T> = std::pin::Pin<Box<dyn std::future::Future<Output = T> + Send + 'static>>;