with_exec

Function with_exec 

Source
pub fn with_exec(
    graph: Arc<Mutex<Graph>>,
    args: Vec<String>,
    ext: Arc<Box<dyn Extension + Send + Sync>>,
) -> Result<(), Error>