Trait Zero
cjdns_snode::pathsearch::numtraits
pub trait Zero { const ZERO: Self; }
Helper trait providing zero value for numeric types.
const ZERO: Self
impl Zero for f64
const ZERO: f64