Skip to main content

ReadGraph

Trait ReadGraph 

Source
pub trait ReadGraph {
    type Error;

    // Required method
    fn read_graph(&mut self, path: &str) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn read_graph(&mut self, path: &str) -> Result<(), Self::Error>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§