Skip to main content

TestGraph

Type Alias TestGraph 

Source
pub type TestGraph<'a> = OwningGraph<usize, usize, &'a str, &'a str>;

Aliased Typeยง

pub struct TestGraph<'a> { /* private fields */ }