Trait redfish_codegen::api::v1::aggregation_service::reset::Reset
source · pub trait Reset {
// Required method
fn post(&mut self, body: ResetRequestBody) -> ResetPostResponse;
}
pub trait Reset {
// Required method
fn post(&mut self, body: ResetRequestBody) -> ResetPostResponse;
}