pub type ZomeCallResult = RibosomeResult<ZomeCallResponse>;
Expand description

Placeholder for the return value of a zome invocation

Aliased Type§

enum ZomeCallResult {
    Ok(ZomeCallResponse),
    Err(RibosomeError),
}

Variants§

§1.0.0

Ok(ZomeCallResponse)

Contains the success value

§1.0.0

Err(RibosomeError)

Contains the error value