juniper/juniper_hyper/src
Christoph Herzog 36c71d7162 chore: Remove ScalarRefValue trait
The trait was introduced while introducing generic scalars, but is not
actually required or useful. It's functionality is fully covered by
methods on the `ScalarValue` trait.

It also forced a lof of for<'a> ScalarRefValue bounds all over the code,
complicating signatures a lot.

It is completely removed now.
2019-11-14 01:21:41 +01:00
..
lib.rs chore: Remove ScalarRefValue trait 2019-11-14 01:21:41 +01:00