Trait graph_error::WithGraphError
source · [−]pub trait WithGraphError: Sized {
fn with_graph_error(self) -> Result<Self, GraphError>;
}
pub trait WithGraphError: Sized {
fn with_graph_error(self) -> Result<Self, GraphError>;
}