pub type PartitionGetMetadataResult = Result<PartitionGetMetadataResponse, i32>;
Aliased Type§
pub enum PartitionGetMetadataResult {
Ok(PartitionGetMetadataResponse),
Err(i32),
}
Variants§
Ok(PartitionGetMetadataResponse)
Contains the success value
Err(i32)
Contains the error value