pub trait AsEdgedbVar {
    const EDGEDB_TYPE: &'static str;
}

Required Associated Constants§

source

const EDGEDB_TYPE: &'static str

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AsEdgedbVar for i32

source§

const EDGEDB_TYPE: &'static str = "int32"

source§

impl AsEdgedbVar for String

source§

const EDGEDB_TYPE: &'static str = "str"

Implementors§