[][src]Trait async_graphql::ErrorWithPosition

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

Associated Types

type Result

Required methods

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

Implementors