Trait FallibleGraph

Source
pub trait FallibleGraph {
    type Resource;
    type Error;
}
Expand description

Fallible graph.

Required Associated Types§

Implementors§