Struct juniper::Arguments[][src]

pub struct Arguments<'a> { /* fields omitted */ }
[]

Field argument container

Methods

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

[]

Get and convert an argument into the desired type.

If the argument is found, or a default argument has been provided, the InputValue will be converted into the type T.

Returns Some if the argument is present and type conversion succeeeds.

Auto Trait Implementations

impl<'a> Send for Arguments<'a>

impl<'a> Sync for Arguments<'a>