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),
}pub type LabelsResult = Result<Vec<String>, ClientError>;Result type for label list operations.
pub enum LabelsResult {
Ok(Vec<String>),
Err(ClientError),
}