Searched refs:static_foo (Results 1 – 4 of 4) sorted by relevance
10 fn static_foo(&mut self) -> (); in static_foo() method23 fn static_foo(&mut self) -> () { in static_foo() method24 HostWorldResource::static_foo(*self) in static_foo()316 let r = HostWorldResource::static_foo(host); in add_to_linker_imports()
17 fn static_foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in static_foo() method37 fn static_foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in static_foo() method38 async move { HostWorldResource::static_foo(*self).await } in static_foo()347 let r = HostWorldResource::static_foo(host).await; in add_to_linker_imports()
17 fn static_foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send; in static_foo() method37 fn static_foo(&mut self) -> impl ::core::future::Future<Output = ()> + Send { in static_foo() method38 async move { HostWorldResource::static_foo(*self).await } in static_foo()396 let r = HostWorldResource::static_foo(host).await; in add_to_linker_imports()
18 fn static_foo<T: Send>( in static_foo() method317 let r = <D as HostWorldResourceWithStore>::static_foo(host) in add_to_linker_imports()