Skip to main content

CommBridge

Trait CommBridge 

Source
pub trait CommBridge: Send + Sync {
    // Provided methods
    fn notify_blueprint_created(
        &self,
        _blueprint_id: &str,
    ) -> Result<(), String> { ... }
    fn broadcast_update(&self, _event: &str) -> Result<(), String> { ... }
}

Provided Methods§

Source

fn notify_blueprint_created(&self, _blueprint_id: &str) -> Result<(), String>

Source

fn broadcast_update(&self, _event: &str) -> Result<(), String>

Implementors§