Type Definition paxakos::voting::NayOf

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

Shorthand to extract Nay type out of V.