[][src]Macro async_graphql::impl_scalar

macro_rules! impl_scalar {
    ($ty:ty) => { ... };
}

After implementing the Scalar trait, you must call this macro to implement some additional traits.