[][src]Trait cjdns_snode::pathsearch::numtraits::Zero

pub trait Zero {
    const ZERO: Self;
}

Helper trait providing zero value for numeric types.

Associated Constants

const ZERO: Self

Loading content...

Implementations on Foreign Types

impl Zero for f64[src]

Loading content...

Implementors

Loading content...