[][src]Trait floyd_warshall_alg::floyd_warshall::FloydWarshallTrait

pub trait FloydWarshallTrait: Copy + Num + PartialOrd { }

A trait group for FloydWarshall's weighted edges.

Implementors

impl<F> FloydWarshallTrait for F where
    F: Copy + Num + PartialOrd
[src]

Implement the FloydWarshallTrait for all types satisfying bounds.

Loading content...