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