pub type InlineZomeResult<T> = Result<T, InlineZomeError>;

Aliased Type§

enum InlineZomeResult<T> {
    Ok(T),
    Err(InlineZomeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(InlineZomeError)

Contains the error value