Trait redfish_codegen::api::v1::license_service::install::Install
source · pub trait Install {
// Required method
fn post(body: InstallRequestBody) -> InstallPostResponse;
}
pub trait Install {
// Required method
fn post(body: InstallRequestBody) -> InstallPostResponse;
}