Trait graph_error::WithGraphErrorAsync
source · pub trait WithGraphErrorAsync: Sized {
// Required method
fn with_graph_error<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Self, GraphError>> + Send + 'async_trait>>
where Self: 'async_trait;
}