Home
last modified time | relevance | path

Searched defs:HttpInterfacePre (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dshare-types_async.rs9 pub struct HttpInterfacePre<T: 'static> { struct
13 impl<T: 'static> Clone for HttpInterfacePre<T> { argument
21 impl<_T: 'static> HttpInterfacePre<_T> { implementation
55 impl<_T: Send + 'static> HttpInterfacePre<_T> { implementation
H A Dshare-types.rs9 pub struct HttpInterfacePre<T: 'static> { struct
13 impl<T: 'static> Clone for HttpInterfacePre<T> { argument
21 impl<_T: 'static> HttpInterfacePre<_T> { implementation
55 impl<_T: Send + 'static> HttpInterfacePre<_T> { impl
H A Dshare-types_concurrent.rs9 pub struct HttpInterfacePre<T: 'static> { struct
13 impl<T: 'static> Clone for HttpInterfacePre<T> { argument
21 impl<_T: 'static> HttpInterfacePre<_T> { impl
55 impl<_T: Send + 'static> HttpInterfacePre<_T> { implementation
H A Dshare-types_tracing_async.rs9 pub struct HttpInterfacePre<T: 'static> { struct
13 impl<T: 'static> Clone for HttpInterfacePre<T> { implementation
21 impl<_T: 'static> HttpInterfacePre<_T> { implementation
55 impl<_T: Send + 'static> HttpInterfacePre<_T> { impl