Home
last modified time | relevance | path

Searched refs:StoreBundle (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi-http/src/
H A Dhandler.rs140 pub struct StoreBundle<T: 'static> { struct
159 fn new_store(&self, req_id: Option<u64>) -> Result<StoreBundle<Self::StoreData>>; in new_store() argument
303 let StoreBundle { in run_() localVariable
/wasmtime-44.0.1/src/commands/
H A Dserve.rs33 use wasmtime_wasi_http::handler::{HandlerState, Proxy, ProxyHandler, ProxyPre, StoreBundle};
770 fn new_store(&self, req_id: Option<u64>) -> Result<StoreBundle<Host>> { in new_store()
774 Ok(StoreBundle { in new_store()