Struct juniper::meta::PlaceholderMeta[][src]

pub struct PlaceholderMeta<'a> { /* fields omitted */ }

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.

Trait Implementations

impl<'a> Debug for PlaceholderMeta<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for PlaceholderMeta<'a>

impl<'a> Sync for PlaceholderMeta<'a>