load_majority

Function load_majority 

Source
pub fn load_majority<T>(eid: i64) -> Option<T>
where T: FromStr + PartialEq,
Expand description

Returns the majority value of the given external ID, ignoring unsuccessful reports.