power_framework_test_realm

Trait PowerFrameworkTestRealmInstance

Source
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§

Source

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.

Implementations on Foreign Types§

Source§

impl PowerFrameworkTestRealmInstance for RealmInstance

Source§

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,

Implementors§