pub trait WithGraphError: Sized {
    fn with_graph_error(self) -> Result<Self, GraphError>;
}

Required methods

Implementations on Foreign Types

Implementors