[][src]Trait async_graphql::ResultExt

pub trait ResultExt<T, E> where
    Self: Sized,
    E: Display + Sized
{ fn extend_err<CB>(self, cb: CB) -> Result<T>
    where
        CB: FnOnce(&E) -> Value
; }

Required methods

fn extend_err<CB>(self, cb: CB) -> Result<T> where
    CB: FnOnce(&E) -> Value

Loading content...

Implementations on Foreign Types

impl<T, E> ResultExt<T, E> for Result<T, E> where
    E: Display + Sized
[src]

Loading content...

Implementors

Loading content...