Struct juniper::meta::PlaceholderMeta
source · [−]pub struct PlaceholderMeta<'a> { /* private fields */ }Expand description
A placeholder for not-yet-registered types
After a type’s meta method has been called but before it has returned, a placeholder type
is inserted into a registry to indicate existence.