Type Definition paxakos::voting::AbstainOf

source · []
pub type AbstainOf<V> = <V as Voter>::Abstain;
Expand description

Shorthand to extract Abstain type out of V.