Macro cynic::impl_coercions

source ·
macro_rules! impl_coercions {
    ($target:ty, $typelock:ty) => { ... };
    ($target:ty [$($impl_generics: tt)*] [$($where_clause: tt)*], $typelock:ty) => { ... };
}
Expand description

Implements the default GraphQL list & option coercion rules for a type.