macro_rules! export {
($t:ty) => { ... };
}Expand description
Macro to export wasi::exports::http::incoming_handler::Guest implementation for a type that
implements Server. This aims to be as similar as possible to [wasi::http::proxy::export!].