Trait wasmcloud_runtime::component::Bus1_0_0
source · pub trait Bus1_0_0 {
// Required method
fn set_link_name<'life0, 'async_trait>(
&'life0 self,
link_name: String,
interfaces: Vec<Arc<CallTargetInterface>>,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
wasmcloud:bus/lattice@1.0.0
implementation