[][src]Trait petgraph::algo::FloatMeasure

pub trait FloatMeasure: Measure + Copy {
    fn zero() -> Self;
fn infinite() -> Self; }

A floating-point measure.

Required methods

fn zero() -> Self

fn infinite() -> Self

Loading content...

Implementations on Foreign Types

impl FloatMeasure for f32[src]

impl FloatMeasure for f64[src]

Loading content...

Implementors

Loading content...