gel-errors 0.5.4

Error types for Gel database client. Formerly published as gel-errors.
Documentation
1
2
3
4
5
6
7
8
use crate::traits::Field;

pub struct QueryText;

impl Field for QueryText {
    const NAME: &'static str = "source_code";
    type Value = String;
}