pub trait PowerFrameworkTestRealmInstance {
// Required method
fn power_framework_test_realm_connect_to_suspender<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<SuspenderProxy>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Required Methods§
Sourcefn power_framework_test_realm_connect_to_suspender<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<SuspenderProxy>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn power_framework_test_realm_connect_to_suspender<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<SuspenderProxy>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Connect to the suspender hosted by PowerFrameworkTestRealm in this Instance.