pub type InvocationStreams = Vec<(&'static str, &'static str, Pin<Box<dyn Stream<Item = Result<Pin<Box<dyn Future<Output = Result<()>> + Send + 'static>>>> + Send + 'static>>)>;
Expand description
This is the type returned by the serve
function generated by [wit-bindgen-wrpc
]
Aliased Typeยง
struct InvocationStreams { /* private fields */ }