error[E0277]: the trait bound `Test: GraphQLObject<__S>` is not satisfied --> fail/union/trait_non_object_variant.rs:11:28 | 11 | fn a(&self) -> Option<&Test>; | ^^^^ the trait `GraphQLObject<__S>` is not implemented for `Test` | = help: the following other types implement trait `GraphQLObject`: <&T as GraphQLObject> as GraphQLObject> as GraphQLObject> as GraphQLObject> > as GraphQLObject> as GraphQLObject> as GraphQLObject> as GraphQLObject>