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

Required Methods§

Implementations on Foreign Types§

source§

impl WithGraphError for Response

Implementors§