Home
last modified time | relevance | path

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

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