pub type GetMmpStateResponse = MmpStateResult;Aliased Type§
pub struct GetMmpStateResponse {
pub result: Option<Vec<MmpStateItem>>,
}Fields§
§result: Option<Vec<MmpStateItem>>pub type GetMmpStateResponse = MmpStateResult;pub struct GetMmpStateResponse {
pub result: Option<Vec<MmpStateItem>>,
}result: Option<Vec<MmpStateItem>>