Trait cynic::queries::IsFieldType

source ·
pub trait IsFieldType<T> { }
Expand description

Trait that determines whether two types are equal, that should help improve cynics error messages.

Users should not impl this themselves. It’s used in some where bounds to help get better error messages in cynic.

Implementors§

source§

impl<T> IsFieldType<T> for T