Struct juniper::meta::NullableMeta [] [src]

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

Nullable type metadata

Methods

impl<'a> NullableMeta<'a>
[src]

Build a new nullable type by wrapping the specified type

Wrap the nullable type in a generic meta type

Trait Implementations

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

Formats the value using the given formatter.