Type Alias OTelSdkResult

pub type OTelSdkResult = Result<(), OTelSdkError>;
Expand description

A specialized Result type for Shutdown operations.

Aliased Type§

pub enum OTelSdkResult {
    Ok(()),
    Err(OTelSdkError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(OTelSdkError)

Contains the error value