Function holochain::core::workflow::app_validation_workflow::run_validation_callback_direct[][src]

pub async fn run_validation_callback_direct(
    zome: ZomesToInvoke,
    element: Element,
    ribosome: &impl RibosomeT,
    workspace: HostFnWorkspace,
    network: HolochainP2pCell,
    conductor_api: &impl CellConductorApiT
) -> Result<Outcome, AppValidationError>