Trait cynic::FragmentArguments[][src]

pub trait FragmentArguments { }
Expand description

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 hierarchy.

Implementations on Foreign Types

Implementors