[][src]Trait async_graphql::ErrorExtensions

pub trait ErrorExtensions where
    Self: Sized
{ fn extend(&self) -> FieldError; fn extend_with<C>(self, cb: C) -> FieldError
    where
        C: FnOnce(&Self) -> Value
, { ... } }

Required methods

fn extend(&self) -> FieldError

Loading content...

Provided methods

fn extend_with<C>(self, cb: C) -> FieldError where
    C: FnOnce(&Self) -> Value

Loading content...

Implementations on Foreign Types

impl<'_, E: Display> ErrorExtensions for &'_ E[src]

Loading content...

Implementors

impl ErrorExtensions for FieldError[src]

Loading content...