Type Definition juniper::FieldResult [] [src]

type FieldResult<T> = Result<T, String>;

The result of resolving the value of a field of type T