Type Alias Result

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

pub type Result<T> = Result<T, OpenInferenceError>;

Result type for the OpenInference subscriber crate.

Aliased Type

pub enum Result<T> {
    Ok(T),
    Err(OpenInferenceError),
}

Variants

Ok(T)

Ok(T)

Contains the success value

Err(OpenInferenceError)

Err(OpenInferenceError)

Contains the error value