[][src]Function proxy_wasm_experimental::set_stream_context

pub fn set_stream_context<F>(callback: F) where
    F: FnMut(u32, u32) -> Box<dyn StreamContext> + 'static,