Type Definition pallet_election_provider_multi_phase::unsigned::SolverErrorOf
source · pub type SolverErrorOf<T> = <<T as Config>::Solver as NposSolver>::Error;
Expand description
Error type of the pallet’s crate::Config::Solver
.