Skip to main content

LabelsResult

Type Alias LabelsResult 

Source
pub type LabelsResult = Result<Vec<String>, ClientError>;
Expand description

Result type for label list operations.

Aliased Type§

pub enum LabelsResult {
    Ok(Vec<String>),
    Err(ClientError),
}

Variants§

§1.0.0

Ok(Vec<String>)

Contains the success value

§1.0.0

Err(ClientError)

Contains the error value