pub fn convert_proposal<TYPES, PROPOSAL, PROPOSAL2>(
proposal: Proposal<TYPES, PROPOSAL>,
) -> Proposal<TYPES, PROPOSAL2>where
TYPES: NodeType,
PROPOSAL: HasViewNumber + HasEpoch + DeserializeOwned,
PROPOSAL2: HasViewNumber + HasEpoch + DeserializeOwned + From<PROPOSAL>,Expand description
Convert a Proposal by converting the underlying proposal type