fidl_fuchsia_hardware_block_partition

Type Alias PartitionGetMetadataResult

Source
pub type PartitionGetMetadataResult = Result<PartitionGetMetadataResponse, i32>;

Aliased Type§

enum PartitionGetMetadataResult {
    Ok(PartitionGetMetadataResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(PartitionGetMetadataResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value