Skip to main content

ComputeNewPathCountsAndPaths

Trait ComputeNewPathCountsAndPaths 

Source
pub trait ComputeNewPathCountsAndPaths {
    // Required method
    fn compute_new_path_counts_and_paths(&mut self, src: NodeId, dst: NodeId);
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§