Skip to main content

RealityBridge

Trait RealityBridge 

Source
pub trait RealityBridge: Send + Sync {
    // Provided methods
    fn ground_blueprint(&self, _blueprint_id: &str) -> Result<(), String> { ... }
    fn check_feasibility(&self, _constraints: &str) -> Result<bool, String> { ... }
}

Provided Methods§

Source

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

Source

fn check_feasibility(&self, _constraints: &str) -> Result<bool, String>

Implementors§