Trait graph_error::WithGraphErrorAsync [−][src]
pub trait WithGraphErrorAsync: Sized { #[must_use] fn with_graph_error<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Self, GraphError>> + Send + 'async_trait>>
where
Self: 'async_trait; }
Required methods
#[must_use]fn with_graph_error<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Self, GraphError>> + Send + 'async_trait>> where
Self: 'async_trait,
[src]Implementations on Foreign Types
fn with_graph_error<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Self, GraphError>> + Send + 'async_trait>> where
Self: 'async_trait,
[src]