[−][src]Type Definition juniper::FieldResult
type FieldResult<T, S = DefaultScalarValue> = Result<T, FieldError<S>>;
The result of resolving the value of a field of type T
type FieldResult<T, S = DefaultScalarValue> = Result<T, FieldError<S>>;
The result of resolving the value of a field of type T