usecrate::RaftTypeConfig;usecrate::type_config::alias::VoteOf;// TODO: remove it?
/// APIs to get vote.
#[allow(dead_code)]pub(crate)traitVoteStateReader<C>
where C: RaftTypeConfig
{/// Get a reference to the current vote.
fnvote_ref(&self)->&VoteOf<C>;}