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