Struct wasmcloud_interface_testing::TestingSender [−][src]
pub struct TestingSender<T: Transport> { /* fields omitted */ }
Expand description
TestingSender sends messages to a Testing service Test api for testable actors and providers client for sending Testing messages
Implementations
Constructs a Sender using an actor’s LinkDefinition, Uses the provider’s HostBridge for rpc
Trait Implementations
fn start<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
ctx: &'life1 Context,
arg: &'life2 TestOptions
) -> Pin<Box<dyn Future<Output = RpcResult<TestResults>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
fn start<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
ctx: &'life1 Context,
arg: &'life2 TestOptions
) -> Pin<Box<dyn Future<Output = RpcResult<TestResults>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
Begin tests
returns the capability contract id for this interface