[][src]Trait async_graphql::ErrorWithPosition

pub trait ErrorWithPosition {
    type Result;
    fn with_position(self, position: Pos) -> PositionError;
}

Creates a wrapper with an error location

Associated Types

type Result

Loading content...

Required methods

fn with_position(self, position: Pos) -> PositionError

Loading content...

Implementors

impl<T: Into<Error>> ErrorWithPosition for T[src]

Loading content...