Skip to main content

PowerFrameworkTestRealmInstance

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§