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