Home
last modified time | relevance | path

Searched refs:Path1Pre (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dpath1_concurrent.rs9 pub struct Path1Pre<T: 'static> { struct
13 impl<T: 'static> Clone for Path1Pre<T> { argument
21 impl<_T: 'static> Path1Pre<_T> { implementation
55 impl<_T: Send + 'static> Path1Pre<_T> { implementation
139 Path1Pre::new(pre)?.instantiate(store) in instantiate()
161 Path1Pre::new(pre)?.instantiate_async(store).await in instantiate_async()
H A Dpath1_tracing_async.rs9 pub struct Path1Pre<T: 'static> { struct
13 impl<T: 'static> Clone for Path1Pre<T> { implementation
21 impl<_T: 'static> Path1Pre<_T> { implementation
55 impl<_T: Send + 'static> Path1Pre<_T> { implementation
139 Path1Pre::new(pre)?.instantiate(store) in instantiate()
161 Path1Pre::new(pre)?.instantiate_async(store).await in instantiate_async()
H A Dpath1_async.rs9 pub struct Path1Pre<T: 'static> { struct
13 impl<T: 'static> Clone for Path1Pre<T> { argument
21 impl<_T: 'static> Path1Pre<_T> { implementation
55 impl<_T: Send + 'static> Path1Pre<_T> { implementation
139 Path1Pre::new(pre)?.instantiate(store) in instantiate()
161 Path1Pre::new(pre)?.instantiate_async(store).await in instantiate_async()
H A Dpath1.rs9 pub struct Path1Pre<T: 'static> { struct
13 impl<T: 'static> Clone for Path1Pre<T> { argument
21 impl<_T: 'static> Path1Pre<_T> { implementation
55 impl<_T: Send + 'static> Path1Pre<_T> { impl
139 Path1Pre::new(pre)?.instantiate(store) in instantiate()
161 Path1Pre::new(pre)?.instantiate_async(store).await in instantiate_async()