[][src]Trait cynic::FragmentArguments

pub trait FragmentArguments: Clone { }

A marker trait for the arguments types on QueryFragments.

We use this in combination with the IntoArguments trait below to convert between different argument types in a query heirarchy.

Implementations on Foreign Types

impl FragmentArguments for ()[src]

Loading content...

Implementors

Loading content...