pub async fn inline_validation<Ribosome>(
    workspace: SourceChainWorkspace,
    network: HolochainP2pDna,
    conductor_handle: ConductorHandle,
    ribosome: Ribosome
) -> WorkflowResult<()>where
    Ribosome: RibosomeT + 'static,
Expand description

Run validation inline and wait for the result.