Trait redfish_codegen::api::v1::processors::Processors
source · pub trait Processors {
// Required method
fn get(
resource_block_id: String,
computer_system_id: String
) -> ProcessorsGetResponse;
}