[−][src]Trait async_graphql::ErrorWithPosition
Creates a wrapper with an error location
Creates a wrapper with an error location
type Result
fn with_position(self, position: Pos) -> PositionError
impl<T: Into<Error>> ErrorWithPosition for T
[src][−]type Result = PositionError
fn with_position(self, position: Pos) -> PositionError
[src]