Trait edgedb_errors::Field

source ·
pub trait Field {
    type Value: Send + Sync + 'static;

    const NAME: &'static str;
}

Required Associated Types§

source

type Value: Send + Sync + 'static

Required Associated Constants§

source

const NAME: &'static str

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Field for QueryText

source§

const NAME: &'static str = "source_code"

§

type Value = String