Skip to main content

DirectedBijectiveConnectionGraphFunctions

Trait DirectedBijectiveConnectionGraphFunctions 

Source
pub trait DirectedBijectiveConnectionGraphFunctions {
    // Required methods
    fn phi(&self, n: u64, node: u64) -> u64;
    fn dimension(&self) -> u64;

    // Provided method
    fn psi(&self, n: u64, node: u64) -> u64 { ... }
}

Required Methods§

Source

fn phi(&self, n: u64, node: u64) -> u64

Source

fn dimension(&self) -> u64

Provided Methods§

Source

fn psi(&self, n: u64, node: u64) -> u64

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§