pub type TestGraph<'a> = OwningGraph<usize, usize, &'a str, &'a str>;
pub struct TestGraph<'a> { /* private fields */ }