Trait redfish_codegen::api::v1::computer_system_detail::graphics_controllers::GraphicsControllers
source · pub trait GraphicsControllers {
// Required method
fn get(computer_system_id: String) -> GraphicsControllersGetResponse;
}