Type Definition frame_election_provider_support::data_provider::Result [−][src]
type Result<T> = Result<T, &'static str>;
Expand description
Alias for the result type of the election data provider.
type Result<T> = Result<T, &'static str>;
Alias for the result type of the election data provider.